Forums

[resolved] Hide a category from previous_post and next_post links (2 posts)

  1. demonboy
    Member
    Posted 1 year ago #

    Hi,

    Been going round in circles with this one and I'm sure it's gotta be so simple! I want to omit one of my categories from the previous_post and next_post links at the bottom of my page. I've tried

    <?php query_posts($query_string . '&cat=-3'); ?>

    at the beginning of my loop, to no avail. Should this work? If so, what could I be doing wrong/

    Any help gratefully received!

  2. demonboy
    Member
    Posted 1 year ago #

    That is so TYPICAL! No sooner do I post than I find the solution and yes, it was easy.

    For others looking for the answer, just add an exclude parameter with cat number. So,

    <?php previous_post('% &nbsp; ', '', 'yes', 'exclude=16'); ?>

    and

    <?php next_post('% &nbsp; ', '', 'yes', 'exclude=16'); ?>

    where category id=16 will be omited.

Topic Closed

This topic has been closed to new replies.

About this Topic