Opened 14 years ago
Closed 14 years ago
#20068 closed feature request (invalid)
Allow more WP_Query arguments for feeds
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Feeds | Keywords: | |
| Focuses: | Cc: |
Description
Specifically, the ability to exclude tags and/or specific posts and not just categories.
The ideal setup would be http://domain.com?feed=rss2&cat=news&tag=-bing,-google
Which would make an RSS2 feed with posts in category "News", excluding ones tagged "Bing" and "Google"
It might make more sense to handle tags/posts by their ID instead for cleanliness. Is this already implemented somewhere? I can't seem to make it work.
Change History (1)
Note: See
TracTickets for help on using
tickets.
The
?feed=rss2parameter is independent from all other parameters.So, you should open a new ticket for each capability (if there isn't one already):