Next and previous works for same category and it has option for excluding category thats fine what if i want to show next and previous for a particular category id only ???
Thank you in advance
Next and previous works for same category and it has option for excluding category thats fine what if i want to show next and previous for a particular category id only ???
Thank you in advance
http://codex.wordpress.org/Conditional_Tags#A_Category_Page
example:
<?php if(is_category( '9' ) ) : ?>
<!-- pagination here -->
<?php endif; ?>You must log in to post.