I cannot remember why I started down this MT template path, but it was a fun journey. Somehow I stumbled into Phil Ringnalda’s explanation on how to create RSS feeds for individual entries and comments.
This seemed interesting- often when you write a comment to someone else’s blog, there is no way to follow a discussion unless you remember to return to the comment (some blogs have email notifiers). Comments end up being tossed like darts with no followup.
I began addressing this on CDB by including a link to the RSS feed for all comments from this blog. Not good enough.
With a bit of wrangling and quite a bit of modifications from Phil’s original template, I got it going. Every individual entry on this blog has its own RSS feed that includes as items:
- The entry “excerpt” (a short summary. Phil’s script stuck the entire entry in there, but with a link it seemed to be overkill.
- Next are items for all comments posted to that entry. Links for these point to named anchors already in the individual entries.
- Finally are items for all trackback pings recorded for the entry.
For example, this recent entry is nice because it has 2 comments and 2 Trackback pings:
http://cogdogblog.com/alan/archives/2004/08/17/rip_mix_feed.php
it has its own individual RSS feed with just the comments and pings from the entry:
http://cogdogblog.com/alan/archives/2004/08/17/rip_mix_feed.xml
Unfortunately, I am now tired and perhaps unable to explain the magic…