• I can get the previous and next button links to work perfectly fine ONLY when $in_same_cat is set to FALSE. If I set it to TRUE (which is what I want) the links do not work. I am at a complete loss here if someone can lend some advice that would be great.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter ws

    (@ws-craig)

    Btw, here is my current code for the links.

    <div id="single-nav-left">
    <?php previous_post_link('%link', '? Previous', TRUE, ''); ?>
    ??  |
    </div>
    
    <div id="single-nav-right">
    <?php next_post_link('%link', 'Next ?', TRUE, ''); ?>
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘Issue with next_post_link/previous_post_link’ is closed to new replies.