Opened 18 years ago
Closed 17 years ago
#8829 closed enhancement (fixed)
Use 'the_category_rss' template function in Atompub backend.
| Reported by: | znarfor | Owned by: | josephscott |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | AtomPub | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Fundamentaly, wp-app.php and feed-atom.php outputs are handled separetely, resulting in inconsistencies. I understand this can be difficult to fix completely, but we can move forward with simple and easy steps.
The current problem is that tags are not displayed in wp-app.php output. Replacing the current code by the standard the_category_rss('atom') fix that, avoid to repeat code and should be more straightforward.
Attachments (2)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Minor style tweaks to original patch