• Hey everyone,
    I’ve got a blog here https://www.indiemusicfilter.com/. My feed doesn’t seem to be working properly. The problem is when I check the rss, atom and comments feeds in my source, I see that instead of my feeds, they all link to https://www.indiemusicfilter.com/Indie Music Filter

    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”Indie Music Filter” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”Indie Music Filter” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”Indie Music Filter” />
    <link rel=”alternate” type=”application/rss+xml” title=”Indie Music Filter RSS Comments Feed” href=”Indie Music Filter” />

    Checking the header file, I see that I have this in the code:

    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(’rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(’rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(’atom_url’); ?>” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(’name’); ?> RSS Comments Feed” href=”<?php bloginfo(’comments_rss2_url’); ?>” />

    Can someone tell me why wordpress isn’t grabbing the proper rss urls and displaying it on my page?

    Thanks very much,
    Chris

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘RSS Feeds in source show up as links to blog name, not feeds’ is closed to new replies.