Hey Gaia,
I did also post this on the wordpress forums and here is the response I got...I did try this initially but it didn't seem to work for me but do give it a try and see if you better luck than me..
Quote:
All you've to do is insert following code in your desired template file to display "related posts". Majority of bloggers display related posts at the post end. In this case, you'll have to edit "signle.php" (if your theme uses it to display full post) or "index.php" and add the code ad the desired location.
<?php wp_related_posts(); ?>
|