Hello,
This question refers to free blogs, dished up from the wordpress servers - and not domain based blogs. Meaning, no access to custom CSS and can't add plugins.
Given that ^^^ - how would I add a "Comments RSS" subscribe feed to 1 post only? I assume I'd add a simple link -within- a post to add a Comments RSS link for users.
That seems easy enough, but I only want the Comments RSS for 1 single post, not all the posts. How would I do this?
Thanks
I've never used a wordpress.com blog but, I'd assume you can just inlcude the subscribe to rss link in your actual post. Just like linking to another page or post but instead link to the feed for the comments of that post. This is probably done by adding /feed/ to the end of the permalink for the post.
Example:
http://myblogname.wordpress.com/2008/11/06/my-example-post-title/feed/
You'd create a link to it like this:
<a href="http://myblogname.wordpress.com/2008/11/06/my-example-post-title/feed/">Subscribe to This Post's Comments</a>
Just stick that link in your actual post's content at the end . . or wherever you want it to appear.
Hope that helps.