Forums

Next and Previous For a particular category Id (2 posts)

  1. prathamesh
    Member
    Posted 6 months ago #

    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

  2. keesiemeijer
    moderator
    Posted 6 months ago #

    http://codex.wordpress.org/Conditional_Tags#A_Category_Page
    example:

    <?php if(is_category( '9' ) ) : ?>
    <!-- pagination here -->
    <?php endif; ?>

Reply

You must log in to post.

About this Topic

Tags