Make WordPress Core

Opened 18 years ago

Closed 15 years ago

#5319 closed feature request (wontfix)

Single post feeds

Reported by: tellyworth's profile tellyworth Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Feeds Keywords:
Focuses: Cc:

Description

The included patch adds a .../feed/post/ rewrite rule that allows fetching a single post as an XML feed. Sort of a complementary to the post comments feed.

http://example.com//2007/09/04/simple-markup-test/feed/ - the post comments feed
http://example.com//2007/09/04/simple-markup-test/feed/post/ - the single post content feed

Attachments (1)

single-post-content-feed-r6307.patch (2.3 KB) - added by tellyworth 18 years ago.

Download all attachments as: .zip

Change History (6)

#1 @lloydbudd
18 years ago

This is an interesting idea, but I can't help but wonder if it is dodging a question ;-) Is a more meaningful experience to define including the post in the comment feed as well.

#2 @tellyworth
18 years ago

Ideally, sure, but the RSS specs in particular don't provide a clean way to do that.

I went with this solution (to meet an esoteric requirement) because the only code required was on the rewrite side. I guess the general issue being solved here is: the query and feed code support this feature, but it's not exposed as a clean URL.

#3 @Denis-de-Bernardy
16 years ago

  • Component changed from General to Feeds
  • Owner anonymous deleted
  • Type changed from enhancement to feature request

#4 @Denis-de-Bernardy
16 years ago

  • Keywords needs-patch close added
  • Milestone changed from 2.9 to Future Release

plugin material imo

#5 @sivel
15 years ago

  • Keywords needs-patch close removed
  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from new to closed

I tend to agree with Denis. A -1 from me. Since this ticket has been idle for 8 months and no one stepped up with more, I'm closing as wontfix.

I would say that this functionality fills an edge use case and would not be used widely. If I am wrong or you feel otherwise feel free to reopen. For the time being I think it should remain plugin territory.

Note: See TracTickets for help on using tickets.