Forums

yet-another-related --> how do i get related post? (1 post)

  1. jwxie
    Member
    Posted 4 years ago #

    i have installed this plugins for a while, but always show "No related post"
    My blog is mostly in chinese, thought the system itself i used english interface. I did have tags, and a few of the posts' title contained "wordpress". And I thought it should works..

    I put this code in my single.php after trackback

    Trackback: <input type="text" name="trackback" id="trackback" value="<?php trackback_url(); ?>" size="40" tabindex="1" />

    <?php if (related_posts_exist()): ?> <p>Related posts:

      <?php related_posts();?>
    </p> <?php else: ?> <p>No related posts.</p><?php endif; ?>

Topic Closed

This topic has been closed to new replies.

About this Topic