Custom Rel Plugin

by Kishore on July 10, 2009

image A new plugin (Custom Rel Plugin) which could be useful to add the next and previous pages. Usually by default, the next and previous comes according the post order, but suppose you are writing a tutorial in different parts and you want the visitor to visit the pages in order and you have other posts in between, you can override the default behavior by using this plugin.

You will need to theme to show up the previous and next post link enabled for this feature to work.


You can place this code in your template to display these links

 

<?php next_post_link('format', 'link', 'in_same_cat', 'excluded_categories'); ?> 
<?php previous_post_link('format', 'link', in_same_cat, 
                         'excluded_categories'); ?> 

Possibly Interesting Posts

Sorry I could to find you one, will try next time..

Comments on this entry are closed.

Previous post:

Next post: