Lee Doel (known as Slee in the forums) contacted me today about a new WordPress plugin he developed called end content. The plugin lets you add content to the end of a post, page or both.
My first thought when I heard about this plugin was ‘Can’t we do this already by just adding the code to the single.php and page.php files?. Of course, you can already place content at the end of your posts and pages by hard coding it but this plugin allows you to customise it so much more.
The main feature is the ability to add content to specified categories. For example, if you have a Paid Reviews section on your blog you could add a disclaimer at the bottom which tells readers that the review has been paid for. This disclaimer would only be shown on posts which are placed in the Paid Reviews category.
Lee has also added the option for you to use PAGE_TITLE or THE_AUTHOR in the content area so that you can show the page title or the author’s name (he is also planning on adding more tags in the future).
The plugin has a default CSS styling which can be activated in the options area however you can also customise this yourself by adding a ldcode class to your blog.
This is a great little plugin which I’m sure you will all find useful. Lee has suggested a few things that you can use this plugin for :
- Signature
- PayPal donate button
- Advertisement
One thing I would love to see added to this plugin is the ability to add more than one type of content ie. the ability to add CONTENT1 to CATEGORY1 and CONTENT2 to CATEGORY2 etc. For example, you could use this to add a disclaimer to posts in your Paid Reviews category, a banner to posts in your Sponsors category and an information box in posts in your Site News category.
Overview
Placing content in certain areas of your blog can be hard coded but it requires a lot of IF, AND and OR statements. Adding this plugin is a much quicker, easier and more practical way of doing this so if you’re looking to add content to specific areas of your blog, I encourage you to check it out.
Link : end content









Interesting plugin – I use the What Would Seth Goodin Do plugin to similar effect – it was created to encourage people to subscribe to a feed but I use it on some of my sites for text ads instead.
Like you say – if this one allowed you to allocate different actions to different categories it would be very powerful.
indeed it looks very interesting, i wonder if it has 'php' support
thanks for the review Kevin, i am glad you like it
I will most definitely look into adding the extra content parts as suggested.
@Donace – it doesnt allow for php at the moment i was fiddling with the idea of doing that. That was why i came up with the idea of the tags so it can run some of the wordpress tags such as the page title.
That hardcoding php you talk about having less options can help you with that:
http://codex.wordpress.org/Template_Tags/in_categ…
There's a similar plugin that I use to automatically add content to the end of posts. It doesn't have End content's feature of adding content only to specific category but it can add content at the beginning or ending of every post, the header, RSS, archives or home.
It's called Sniplets. You can check it out here: http://urbangiraffe.com/plugins/sniplets/
@Andre thanks i wasnt aware of that plugin. i will be adding the category options as suggested so it will make it more unique and hopefully mroe useful