#8784 closed defect (bug) (fixed)
Multiple categories in rss feed broken in wordpress 2.7
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | Canonical | Version: | 2.7 |
| Severity: | major | Keywords: | rss, categories, feed |
| Cc: |
Description
Functionality broken in wordpress 2.7. In prior versions of wordpress it was possible to create an rss feed with multiple categories. For example: http://www.xconomy.com/feed/rss2/?cat=1,2. In wordpress 2.7 this URL only displays posts from the first category listed.
One reported workaround is to replace wp-includes/canonical.php with a version from the 2.6 release. It would be nice to have a more permanent solution though.
Attachments (1)
Change History (5)
- Component changed from General to Canonical
- Owner changed from anonymous to markjaquith
comment:3
markjaquith — 4 years ago
- Resolution set to fixed
- Status changed from new to closed
comment:4
markjaquith — 4 years ago
Note: See
TracTickets for help on using
tickets.

Potential fix is to add back is_feed() to line 42. See attached file.