Shantz WordPress Prefix Suffix


Shantz WP Prefix Suffix

== Description ==

Shantz WP Prefix Suffix is a light-weight and easy to use plugin which allows you to add any text and/or HTML/CSS code to your posts and/or pages as prefix (top / beginning), middle and/or suffix (bottom /end). (That includes even any new or old posts and pages and even your feed) Examples of use cases could be to include your copyright message, advertisements (like adsense, etc), permalinks, your other site links, any other custom messages. This works very fine with ads as you don’t have to manipulate your posts or templates to add the ad code, shantz-wp-prefix-suffix will do that for you automatically for all posts and you also get basic controls whether to “display” the ad or not (on home pages, excerpts, etc).

Features:

  • Add Prefix to all your posts automatically.

  • Add Prefix to all your pages automatically.

  • Add Suffix to all your posts automatically.

  • Add Suffix to all your pages automatically.

  • You can control the number of paragraphs/words after which your code/text should be added while using the “middle” option.

  • Prefix/Suffix can be plain text, HTML, CSS, PHP, javascript etc.

  • Optionally display/not display on home page/excerpts etc.

  • Control plugin order for fine control over where your code/text is displayed.

Download: http://wordpress.org/extend/plugins/shantz-wp-prefix-suffix/

== Installation ==

The shantz-wp-prefix-suffix plugin can be installed in following easy steps:

  1. Unzip “shantz-wp-prefix-suffix” archive and put all files into your “plugins” folder (/wp-content/plugins/). It is advisable to create a sub directory into the plugins folder, like /wp-content/plugins/shantz-wp-prefix-suffix/

  2. Activate the plugin

  3. Go to Options > Shantz WP Prefix Suffix, adjust your settings and save them.

== Frequently Asked Questions ==

= How do I add My copyright message and post permalink so as to protect myself against RSS feed scrapers = Add the following code to “Suffix text box” and check the “enable php input” option (without the “pre” and “code” tags. I put them there for the wordpress readme parser):

= How do I use this for Adsense = You can either paste your javascript code in the text box and ads will appear automatically in your posts. If you use an ad management plugin like adsense-manager then you can paste the code given by that plugin in the text box, so that all your posts/pages will be “able” to display the code but actual display is controlled by your ad management plugin.

= How to upgrade to a new version = Use the automatic upgrade option in WordPress or simply overwrite the old files with the new ones.

= How can I contribute to keep the development of this plugin going = You could add a link to my blog from your site or click on the donate link on the settings screen :)

= My question isn’t listed here = Post a comment here, or contact me through the contact page.

== Screenshots ==

You can see the plugin in action on this site on any post (The links at top of each post, the adsense ads in the middle of the posts and the copyright notice and feed subscription links at the bottom)

== Version History ==

  • Version 1.1.4
* Fixed input field size issues on settings page
* Fixed the issue where the settings were not being saved
  • Version 1.1.3
* Removed some debug code that crept into last version
  • Version 1.1.2
* Added option for controlling plugin priority to resolve order issues if there are other plugins that add text to your posts.
* WP 2.7.1 Compatibility
* Minor cosmetic changes
  • Version 1.1.1
* Fixed a bug that was causing conflicts with some other plugins that add content to end of posts
  • Version 1.1.0
* Added option to add code/text to the middle of the posts
  • Version 1.0.5
* Added option to enable/disable adding prefix/suffix to home page
* Added option to enable/disable adding prefix/suffix to excerpts
* Fixed a bug in which the prefix/suffix was displaying even if you set it not to
  • Version 1.0.4
* Added option for using php code for prefix and suffix
  • Version 1.0.3
* Fixed a bug that was causing prefix-suffix to not display under certain conditions
  • Version 1.0.2
* Fixed a typo that was causing errors while activating the plugin
  • Version 1.0.1
* Options to not display the prefix/suffix on pages also works for WP < 2.1
  • Version 1.0.0
* Initial version