• I am working on my site and updating the navigation. I added the following:

    <p><?php previous_post('%', 'Previous: ', 'yes'); ?>
    || <?php next_post('%', 'Next: ', 'yes'); ?></p>

    The previous part shows the title of the previous. The next does not. How do I make it show that? They are both set up the same, so why wouldn’t it work?

    Example: https://moltenwords.net/picto/index.php?p=46

    Note: this is on my Pictorialis II install. But the tags should work the same, right?

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

    (@oriecat)

    Never mind, I figured it out. There was a comma missing in templates-functions-post.php.

Viewing 1 replies (of 1 total)
  • The topic ‘next_post not showing title’ is closed to new replies.