Hey there,
I’m not an avid user of Google Reader so I need a little advice, I have a user who is adding the blog URL (not feed URL ) via “Add a Subscription” and it’s automatically grabbing the home page comments feed instead of the main feed.
The theme uses add_theme_support( ‘automatic-feed-links’ ); and the following feeds are output in the header at runtime:
<link href="http://www.EXAMPLE.com/feed/" title="NAME REMOVED » Feed" rel="alternate" type="application/rss+xml" /> <link href="http://www.EXAMPLE.com/comments/feed/" title="NAME REMOVED » Comments Feed" rel="alternate" type="application/rss+xml" /> <link href="http://www.EXAMPLE.com/home/feed/" title="NAME REMOVED » Home Comments Feed" rel="alternate" type="application/rss+xml" />
Any ideas? Thanks in advance!
