addPostFooter

This plugin allows plugging HTML or a result of evaluating PHP code as a footer after the post body in the single post display window.

Author:Georgi "Joro" Kodinov (profile at wordpress.org)
WordPress version required:2.8.2
WordPress version tested:3.0.0
Plugin version:1.1.1
Added to WordPress repository:13-08-2009
Last updated:06-06-2010
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, %:0
Rated by:0
Plugin URI:http://www.progem.bg/kgeorge/?p=442
Total downloads:2 190
Active installs:50+
plugin download
Click to start download

This plugin allows plugging HTML or a result of evaluating PHP code as a footer after the post body in the single post display window. This is very useful when e.g. adding Google Ads to your blog. The HTML fragment is added enclosed in a DIV HTML element. You can also specify PHP code to use. The code is then passed to eval() and the result of eval() is enclosed inside a DIV HTML element.

There is a configuration page (under Settings) that allows specifying the fragment and whether it's PHP or HTML.