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.
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.
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!