• How can I make it to where my wordpress 3.0 theme will use next/prev post links that will only be for the currently post showing on single.php

    I saw the default code on the codex, but that doesn’t seem to work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hatefulcrawdad

    (@hatefulcrawdad)

    When I use this code, the links break and don’t show up.

    <?php previous_post_link('%link', '%title', TRUE); ?>
    <?php next_post_link('%link', '%title', TRUE); ?>

    If I take out the TRUE and leave it blank, it works and shows correctly, but I want to only show links to next/prev in same category. Isn’t that what the TRUE does?

    Thread Starter hatefulcrawdad

    (@hatefulcrawdad)

    No One?

    I’m having the same issue. If I add TRUE to the function arguments, the links don’t show up.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Prev/Next Post for same category only’ is closed to new replies.