Allow PHP in posts and pages allows you to add php functionality to WordPress Posts and Pages
Best Plugin, successfully used for my blog.
Thanks
I use this plugin with every project. I am a developer by nature and it keeps me from having to create the same functionality myself. A quick upload I'm good to make my pages and posts dynamic.
This is even more that what I was looking for. You can use php in page and posts which is what I needed but you can also create your own snippets (for example for a bloginfo('template_url'); or else).
Thank you very much for this super nice plugin ;)
Excellent plugin - I use very frequently. Only downside I've noticed is that the php short codes do not work if they are embedded inside other shortcodes. See example below:
[error-text]This will [php] echo "not work."; [/php][.error-text]
[error-text]This will [/error-text] [php] echo "work."; [/php]
You must log in to submit a review. You can also log in or register using the form near the top of this page.