First Release: Add Related Posts to Your Feed
Posted on February 11, 2007
24 Comments
This WordPress plugin adds a list of Related Posts to your full text feed. The current incarnation assumes you have installed and activated the popular Ultimate Tag Warrior plugin.
The genesis of this was an article I’d seen at TechBuzz detailing how they had added Related Feeds to their post. It involved some “core” file modifications and a different plugin for the related posts (the post has disappeared at some point in the last couple days). That article motivated me to write this one to see if I could do the same thing with UTW and without modifying any core files.
Otto42 at the WordPress support forums was very helpful in getting this off the ground.
At the bottom of each article in your feed will be a list of 6 posts that are similar to the current article based on UTW’s ShowRelatedPostsForCurrentPost() function. If UTW is deactivated, the plugin does nothing — which means it won’t blow-up your feed.
Here’s a screenshot of what it adds to my test blog’s feed (via Netvibes for this example):

Download:
License:
- Creative Commons Attribution-Share Alike. Use it, build from it — just credit me as the originator with a link back to here.
Instructions:
- Download it from the link above
- Unzip it
- FTP/scp/carrier pigeon it to your server, put it in the plugins directory
- Login to WordPress, activate it.
Future:
- Support other Related Posts techniques/plugins
- An options screen to control number of posts and possibly list style
History
- 11.Feb.2007 - First Release: .01
- 16.Feb.2007 - Second Release .02 — adds support for the w-a-s-a-b-i related posts plugin
Tags: plugin, Related-Posts, ultimate-tag-warrior, WordPress
Possibly Related Posts
Comments
24 Responses to “First Release: Add Related Posts to Your Feed”
Leave a Reply




It would be great if you could implement Related Posts plugins functionality in the feed.
Hi Ajay - I hope to tackle that one soon.
Your download link is broken.
Ack! Thanks Mark, think is fixed. Also is linked here: http://www.solo-technology.com/apps.html
Actually, The post hasn’t dissappeared. It was just a DNS propogation issue.
Here’s the link http://tech-buzz.net/2006/07/09/how-to-show-related-post-in-feeds-wordpress-only/
Hmm, I still get what looks like a 404 page saying “Opps”.
If I look at posts for that date: http://tech-buzz.net/2006/07/09/ I see two others, so I think I’m hitting the right site?
all fine work. good job. well done.
Thanks for the plug-in and your work.
Seems to work fine. However, the last time I checked, it appeared that links to unpublished/draft posts were showing up.
Dan
Hi Dan, thanks for the thanks.
My plugin just “wraps” around UTW or the “related posts” plugin.
If you’re using the related posts one, make sure it is current.
UTW doesn’t appear to work with 2.3 and WASABI seems to be missing in action. Any suggestions on how to implement this in 2.3?
Hey Sean O - yeah, this isn’t of much use with 2.3 and up. I thought I had updated this page, but I guess I missed it…
I’ve switched over to using the Simple Tags plugin (http://wordpress.org/extend/plugins/simple-tags/) It works with the new built-in tagging and pretty much gets you back to the UTW point -and- includes related posts and such.
Hope that helps.