background preloader

WordPress

Facebook Twitter

Improved Include Page. Download Improved Include Page Extract the zipped archiveUpload the file iinclude_page.php to the wp-content/plugins directory of your WordPress installationActivate the plugin from your WordPress admin 'Plugins' page.Include pages in your templates ising iinclude_page function or in your pages/posts using the shortcode syntax.

Improved Include Page

How to use it After installing it, the plugin adds the function ´iinclude_page´: void iinclude_page(int post_id [,string params, boolean return = false]) Allow PHP in Posts and Pages. Allow PHP in posts and pages adds the functionality to include PHP in your WordPress posts and pages by adding a shortcode [php] your code [/php] This plugin attempts to strip away 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 /] You can also save your most used bits of code as snippets for use across multiple pages.

Allow PHP in Posts and Pages

Image Formatr. Mini Loops.