• I want to have articles which have a common paragraph at the end of it. I might need to change it from time to time and thats why I cant go to each blog post and change it. Is there a plugin which would insert an end para in each post? Also can it be different according to different categories?

    The para will differ according to categories. Is there any such plugin out there?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter arena_gr123

    (@arena_gr123)

    No one?

    One technique is, do it with Custom Fields. Create the custom-field with the Key “Category 1 paragraph” and the Value, type your paragraph.

    Then use the WP code for getting a custom field value. It’s shown in the Codex or you can use Get Custom Field Values plugin to do it with 1 line of code to insert in your theme (on the single post template). You could do it with Conditionals if you have different categories with a different custom field for each.

    This way, each time you need to change that paragraph, just go into a newer post and put a new value for that custom field.

    This method will take a bit of work on your part, not quite as simple as a basic plugin. There may be another way.

    Another possible thing to look into is the Awesom News plugin. It gives you a replaceable paragraph on your homepage, might be able to use it for single post pages.

    I was looking around and I found this plugin, that I thought might help you.
    http://www.dcoda.co.uk/downloads/wordpress/wp_boilerplate/

    Only problem is I’m not sure if you need to insert the code for this plugin inside the Post. If you can just put it once in your theme’s single.php that would be better probably for you, so you don’t have to go back to all those old posts.

    Well, maybe something to look into

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Is there any plugin that would do this?’ is closed to new replies.