Include HTML and PHP

Add a simple functionality to include a PHP file just like include(); from WordPress built-in Right Text Editor

Author:Keithics (profile at wordpress.org)
WordPress version required:2.0.2
WordPress version tested:2.1+
Plugin version:1.0
Added to WordPress repository:28-02-2012
Last updated:28-02-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://keithics.com
Total downloads:5 485
Active installs:600+
plugin download
Click to start download

Add a simple shortcode to include a PHP file just like include(); function does.

How to use

  • In pages or posts , add this in the textarea [include]file.php[/include]
  • In your template , upload file.php
  • You should see the content of file.php when publishing the page or post.