WordPress Themes, Plugins, Tutorials, Tips And More...

Tag: PHP

How To Add PHP Functionality To WordPress Posts And Pages

Although by default, you are not allowed to execute PHP functionality in your WordPress posts and pages but with advancement in programming and with an increase in need arises, it is as important as to have such functionality on board with WordPress posts and pages. In this article, we are sharing the resource by which you can achieve this. Simply install and activate the plugin name “Allow PHP in Posts and Pages”.

PHP

Plugin To Use: Allow PHP In Posts And Pages

The plugin allows you to add PHP functionality in posts and pages by adding a shortcode [php] your code [/php]. On activating, the plugin will attempt to remove the automatically generated WordPress <p> and <br/> tags but still allows the addition of your own <p> and <br/> tags using a form of BBcode items such [p][/p] and [br /]

More Info | Download

Photo Credit: Flickr/Cal Evans

Getting The Complete phpinfo() In WordPress

It is quite a time when asking for support; the developers might require some additional PHP information. The information includes like system information, build date, configure command, server API, virtual directory support, configuration file, and loaded configuration file among others.

Well to get all these information, you need not to dig deeper BUT with the use of the plugin name phpinfo(), you will get all these information with an ease. The information will be displayed under your dashboard’s Tools >> phpinfo().

Plugin To Use: WordPress phpinfo()

WordPress PHPInfo()

Key Features:

  • It’s important for a non technical administrator to be able to diagnose server related problems in WordPress.
  • But also rapidly retrieve feedback regarding their web server.
  • The plugin adds an option to an administrator’s Tools menu which displays standard phpinfo() feedback details to the user.
  • It is a very simple script, designed to help the non technical user get immediate feedback about their blog.

More Info | Download

Powered by WordPress & Theme by Anders Norén