PureNews

PureNews is an amazingly sleek and powerful news theme with unlimited color variations.

View full feature list Check out the live demo Buy this theme today

Add content to the end of your posts and pages easily with End Content

Posted by on 28th Oct 2008 WordPress Plugins 7 comments

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.

End Content

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

Kevin Muldoon is a webmaster and blogger who lives in Central Scotland. His current project is WordPress Mods; a blog which focuses on WordPress Themes, Plugins, Tutorials, News and Modifications and useful resources such as 101 Places To Find Images For Your Blog Posts.

7 comments - Leave a reply
  • Posted by Clare on 28th Oct 2008

    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.

  • Posted by Donace on 28th Oct 2008

    indeed it looks very interesting, i wonder if it has 'php' support

  • Posted by slee on 28th Oct 2008

    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.

  • Posted by Nicole on 28th Oct 2008

    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.

    That hardcoding php you talk about having less options can help you with that:

    http://codex.wordpress.org/Template_Tags/in_categ…

  • Posted by Andre Thomas on 28th Oct 2008

    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/

  • Posted by slee on 29th Oct 2008

    @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 :)