Opened 19 years ago
Closed 18 years ago
#2485 closed enhancement (fixed)
No flexibility in comments RSS feed
Reported by: | mdawaffe | Owned by: | rob1n |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | General | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
wp-commentsrss2.php does not give any flexibility in determining what sorts of comments should be displayed. All we get is the feed for individual posts/pages or for the whole site. Additionally, no filtration is allowed.
The attached hangs on the coat tails of WP_Query. Comment feeds for time, category, search, post, page, and the main site should all work. Filtration on JOIN and WHERE is allowed.
I've not done any benchmarking comparing this patch vs. the old system.
Attachments (4)
Change History (15)
#1
@
19 years ago
Oops. Here's how to access the comment feeds supplied by this patch:
http://wp.example.com/category/some-cat/feed/?withcomments=1
http://wp.example.com/2005/12/feed/?withcomments=1
http://wp.example.com/?s=term&feed=1&withcomments=1
#5
@
18 years ago
- Keywords bg|has-patch bg|2nd-opinion removed
- Owner changed from mdawaffe to rob1n
- Status changed from new to assigned
@
18 years ago
Adds have_comment(), the_comment and a bunch of WP_Query stuff, including the original patch. *needs testing*
Allows for more flexibility in comment feeds