Adding RSS feed icons to the top of pages and menu bar

Joined: 03/09/2009
User offline. Last seen 5 weeks 3 days ago.

So, I have two separate issues. I think I know the answer to one but just need clarification, and the other I have no clue.

1. How do I add an RSS icon to the top of blog pages, but nothing else?

I thought it might have something to do with the <?php print $feed_icons ?> in my page.tpl.php file, but I'm not quite sure.

2. Why doesn't the RSS icon appear in compatible browser menu bars (Safari, Firefox, etc.)?

It doesn't appear to be recognizing the fact that this is a feed. How can I trigger that?

The blog in question is kind of like a community blog that is being generated with Views. You can see it here:
Stories From The Jericho Road

Thanks in advance!

G&G Podcast Host
Matt Farina's picture
Joined: 06/01/2006
User offline. Last seen 3 weeks 2 days ago.
How are you creating the rss feed?

The feed icons put the feeds on the page. Putting them in the url is a different thing and an auto discovery element in the head of the page. What's generating this blog and it's associated feed? I need a little more detail.

Matt Farina
Geeks and God Former Co-Host
www.mattfarina.com

Joined: 03/09/2009
User offline. Last seen 5 weeks 3 days ago.
Views

The blog is actually a Views block that's generated from a custom content node that I created.

I don't know why I didn't just make a views page, but if there's a difference is between it being a Views block vs. a Views page I'd be happy to change it.