Title: RSS Feeds/Comments don&#8217;t appear
Last modified: August 18, 2016

---

# RSS Feeds/Comments don’t appear

 *  [v2006](https://wordpress.org/support/users/v2006/)
 * (@v2006)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/)
 * Hi,
 * I tried removing “feed:” but it does not appear.
    Here’s what I currently have:
 * <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/
   css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title
   =”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” /
   > <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
 * Please advise what to do
    Thank you

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

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480299)
 * 1. Which theme?
    2. The code you posted seems to be from a header.php 3. All 
   the advices concerning the “feed:” removal refer to the footer.php or sidebar.
   php (depending on the theme)
 *  Thread Starter [v2006](https://wordpress.org/support/users/v2006/)
 * (@v2006)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480306)
 * mistylook-101 from
    [http://themes.wordpress.net/columns/2-columns/831/mistylook-101/](http://themes.wordpress.net/columns/2-columns/831/mistylook-101/)
 * Thanks for your swift reply
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480307)
 * For that theme you may wan to look in header.php AFTER the `<body>` tag in a 
   section named “feedarea”.
 *  Thread Starter [v2006](https://wordpress.org/support/users/v2006/)
 * (@v2006)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480308)
 * Thanks…what do I need to change in this header code?
 * `<dl>
    <dt><strong>Subscribe to</strong></dt> <dd><a>">Posts</a></dd> <dd><a>"
   >Comments</a></dd> </dl>
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480310)
 * You said:
    _I tried removing “feed:” but it does not appear._
 * Obvioulsy you tried it in the wrong place. Now you got the right place…
 * (Your code above is messed up, because you didn’t use the backticks…)
 *  Thread Starter [v2006](https://wordpress.org/support/users/v2006/)
 * (@v2006)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480313)
 * I removed the “feed: from the code below but the RSS still does not function…
   what am I missing?
 * `
    <div id="feedarea"> <dl> <dt>**Subscribe to**</dt> <dd>">Posts</dd> <dd>">
   Comments</dd> </dl> </div><!-- end id:feedarea -->
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480314)
 * I don’t know what you are missing… we are missing a link to see it for ourselves.
 *  Thread Starter [v2006](https://wordpress.org/support/users/v2006/)
 * (@v2006)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480315)
 * What is a backtick and how do I use it to enable you to see the correct code?
 *  Thread Starter [v2006](https://wordpress.org/support/users/v2006/)
 * (@v2006)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480316)
 * `<div id="feedarea">
    <dl> <dt><strong>Subscribe to</strong></dt> <dd><a href
   ="<?php bloginfo('rss2_url'); ?>">Posts</a></dd> <dd><a href="<?php bloginfo('
   comments_rss2_url'); ?>">Comments</a></dd> </dl> </div>
 *  Thread Starter [v2006](https://wordpress.org/support/users/v2006/)
 * (@v2006)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480317)
 * Can you tell me what is wrong in the code above?
 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480319)
 * Nothing obvious, assuming your [Permalinks](http://codex.wordpress.org/Permalinks)
   are functioning.
 * A link to your blog would be helpful.
 *  Thread Starter [v2006](https://wordpress.org/support/users/v2006/)
 * (@v2006)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480322)
 * Here’s the link:
 * real-estate-md.biz/blog/
 * Thanks for taking the time to advise.
 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480326)
 * Well, wait a second here. What are we trying to fix? That feed looks fine. As
   does the link to it.
 *  Thread Starter [v2006](https://wordpress.org/support/users/v2006/)
 * (@v2006)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480338)
 * It’s working fine now
    My Feed Reader is Pluck and it was not bringing up any
   pages. Which feed reader do you recommend?
 * Thanks for your patience

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

The topic ‘RSS Feeds/Comments don’t appear’ 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/)
 * 14 replies
 * 3 participants
 * Last reply from: [v2006](https://wordpress.org/support/users/v2006/)
 * Last activity: [19 years, 8 months ago](https://wordpress.org/support/topic/rss-feedscomments-dont-appear/#post-480338)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
