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();?>