Title: RSS feed errors
Last modified: August 18, 2016

---

# RSS feed errors

 *  [cathyhope](https://wordpress.org/support/users/cathyhope/)
 * (@cathyhope)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-3/)
 * I am brand new to WordPress but have always been impressed when I see someone
   else using it. When I click on either the Entries(RSS) or the Comments(RSS) I
   just get an error:The page cannot be displayed. I have succesfully been able 
   to see RSS feeds on another platform in the past.
 * I am using IE. I do have it set to include date and post title in post’s filename.
   I am using the default (Kubrick) template. What am I missing?
 * Do I need to create the folders for these two RSS files to be generated?
 * Thanks in advance for any assistance.
    BTW I have tried to find the answer reading
   other RSS support threads and reading the WordPress documentation.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [jackosh](https://wordpress.org/support/users/jackosh/)
 * (@jackosh)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-3/#post-483329)
 * where do the rss links direct you to?
 *  Thread Starter [cathyhope](https://wordpress.org/support/users/cathyhope/)
 * (@cathyhope)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-3/#post-483335)
 * Here is the link format for the regular feed: feed:[http://”mydomainname”/WordPress/feed/](http://”mydomainname”/WordPress/feed/)
 * Seems reasonable to me. But there is no feed directory.
    That is why I asked 
   if I had to create one for each feed. There was nothing I read that said I needed
   to.
 * The bottom line is what actually creates the feed files?
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-3/#post-483336)
 * the first thing you need to is remove the feed: part out of that link.
 * open up footer.php
 * find:
 * `<a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    and <a href
   ="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
 * and remove the two instances of `feed:` so that it looks like so:
 * `<a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    and <a href="<?php
   bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-3/#post-483337)
 * do not copy and paste my code, in the event this forum cut anything off. I was
   merely giving a visual example to show you what to look for.
 * the feeds are dynamically created and and no, you do not want to create directorys.
 * a link to your blog would be most helpful btw.
 *  Thread Starter [cathyhope](https://wordpress.org/support/users/cathyhope/)
 * (@cathyhope)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-3/#post-483350)
 * Thank you very much. That did the trick.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-3/#post-483353)
 * oh, well that was easy then, happy to help 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘RSS feed errors’ is closed to new replies.

## Tags

 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [whooami](https://wordpress.org/support/users/whooami/)
 * Last activity: [19 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-3/#post-483353)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
