Needs review
Project:
BlogBuzz
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2011 at 00:43 UTC
Updated:
7 Jun 2011 at 17:15 UTC
Jump to comment: Most recent file
I have both aggregator and taxonomy modules enabled. When I add a term and assign it to a blog post, no RSS feed icon appears, as it does with the default Bartik theme. This is default taxonomy term behavior, and I'm not sure how a theme can prevent it, but there it is.
I can add the Syndicate block, but that's a feed for the whole site (/rss.xml), not the specific term (/taxonomy/term/1/feed).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | missing_feed-1180704-1.patch | 759 bytes | jn2 |
Comments
Comment #1
jn2 commentedSeems the code to print the feed icons was missing. I made a patch, but you can just add one line to page.tpl.php. The first and last lines are lines 83 and 84 in the current file. The second line is the one to add.
This fixed it for me.