Allows one or more blocks of html code to be inserted into a Wordpress post or page.
Allows one or more blocks of html code to be inserted into a WordPress post or page. This plugin should work with WordPress 2.5.0 or greater. I have only tested it on my site running WordPress 2.6.3.
Enter blocks of html in the InsertHTMLHere settings page. Use shortcode notation to display the blocks of html in a post or page. Eg. [insert-html-here 1]
insert-html-here.php
to the /wp-content/plugins/
directory.[insert-html-here x]
in your post or page where x is an integer corresponding to a specific InsertHTMLHere block of html.Why did you write this plugin?
I needed the functionality of this plugin on the site ProgramPhases and it was also a good educational endeavor.