Ticket #7190 (new enhancement)

Opened 4 months ago

Category and tag archive pages should generate correct link rel for feeds

Reported by: borismann Assigned to: anonymous
Priority: normal Milestone: 2.7
Component: General Version: 2.5.1
Severity: normal Keywords: feeds, rss2_url
Cc: boris@bmannconsulting.com

Description

Currently, if you go to a category archive page (eg. /categories/cat-name) the link rel in the header simply outputs the main blog feed. There is no way to tell -- including from view source -- that there are per category / tag feeds available.

This might just be a general enhancement to bloginfo(rss2_url) -- it could auto detect what page it is on and just "do the right thing" -- otherwise you end up having to manually edit the PHP of the header of themes to put logic in for this.