So, how do you get your readers to explore the rest of your blog posts? Maybe you can offer them some more information about the post they’re on, as well as some convenient links to the post(s) immediately following or preceding the post they’re looking at. The magic code, which you’ll want to add into the sidebar next to your single.php page is as follows –

    Older: %link

    ') ?>
    Newer: %link

    '); ?>

  • Category:
  • Tag: ', ', ', '

    '); ?>

Fix the php tags, do a little CSS magic on it to get it to style nicely with the rest of your blog and that’s it! You can see it live in (modified) action in the sidebar on this site. ->