=== Plugin Name ===
Contributors: keithics
Donate link: http://keithics.com/
Tags: texteditor,include
Requires at least: 2.0.2
Tested up to: 2.1+
Stable tag: 1.0

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

== Description ==

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.


== Installation ==

1. Upload `simple_include` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= Can I mix HTML and PHP? =

Yes, think of it as the same function of include(); in PHP

== Screenshots ==

example.jpg