How can I have it list related posts at the end of each post?
example http://www.stevepavlina.com/blog/ at the ned of the first post
How can I have it list related posts at the end of each post?
example http://www.stevepavlina.com/blog/ at the ned of the first post
Ultimate Tag Warrior (UTW) is what I use for this:
http://www.neato.co.nz/ultimate-tag-warrior/
I just tag entries and then UTW pulls a list of posts that have the same tags; that's how I create relations between posts. Here's the code I have in place for it (once you activate the UTW plugin and add tags to a few posts, this should work just fine):
<?php UTW_ShowRelatedPostsForCurrentPost("posthtmllist") ?>
This topic has been closed to new replies.