Title: RSS feed button doesn&#8217;t work
Last modified: August 19, 2016

---

# RSS feed button doesn’t work

 *  [John Doe](https://wordpress.org/support/users/glen1980/)
 * (@glen1980)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/)
 * My RSS feedbutton on all the pages of my blog doesn’t seem to work
    [http://glenmcardle.com/](http://glenmcardle.com/)
 * How can I fix this?
    All help is very much appreciated.

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

 *  [alism](https://wordpress.org/support/users/alism/)
 * (@alism)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/#post-1258325)
 * Try changing it to:
    [http://glenmcardle.com/feed/rss/](http://glenmcardle.com/feed/rss/)
 *  Thread Starter [John Doe](https://wordpress.org/support/users/glen1980/)
 * (@glen1980)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/#post-1258326)
 * A thanks! Where do I change that?
 *  [alism](https://wordpress.org/support/users/alism/)
 * (@alism)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/#post-1258331)
 * Try editing your sidebar.php and your header.php files.
 *  Thread Starter [John Doe](https://wordpress.org/support/users/glen1980/)
 * (@glen1980)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/#post-1258347)
 * thanks,
 * I don’t see anything regarding a feed in the code of my header file, but I do
   see a bit about feed in the top of my sidebar fil, but I dont now what to change
   there.
 *  <div id=”sidebar”>
    -  <!– FEED –>
    -  ” title=”<?php _e(‘Syndicate this site using RSS’); ?>”>
       <img class=”feed”
      src=”<?php bloginfo(‘template_url’); ?>/images/feed.jpg” alt=”Subscribe to
      feed” />
    - <li class=”ads clearfix”>
    -  <!– tabbed content –>
       <!– [http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm](http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm)–
      >
    -  <ul id=”tabbed_nav” class=”shadetabs”>
    - [Categories](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/?output_format=md#)
    - [Archives](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/?output_format=md#)
    - [Blogroll](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/?output_format=md#)
 *  -  <div class=”content”>
       <div id=”categories” class=”tabContent”>
 *  -  <?php wp_list_categories(‘orderby=name&show_count=1&title_li=’); ?>
 *  </div>
 *  <div id=”archives” class=”tabContent”>
    -  <?php wp_get_archives(‘type=monthly’); ?>
 *  </div>
 *  <div id=”blogroll” class=”tabContent”>
    - [Web-Kreation](http://web-kreation.com)
    -  <?php wp_list_bookmarks(‘categorize=0&title_li=’); ?>
 *  </div>
    </div> <!– /content –>
 *  <script type=”text/javascript”>
    var countries=new ddtabcontent(“tabbed_nav”)
   countries.setpersist(true) countries.setselectedClassTarget(“link”) //”link” 
   or “linkparent” countries.init() </script> <!– / tabbed content –>
 *  <?php
    // Widgetized sidebar, if you have the plugin installed. //To add a new
   Widget, go to Dashboard -> Design -> Widgets //When you activate a Widget, everything
   below will disappear if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar()):?
   >
 *  <!– Author information –>
    <!–Fill in your details if you want to use it.–> 
   <li class=”clearfix”><h2>Author</h2> <!– img by Pardeshi – [http://flickr.com/photos/pardeshi/1514977212/](http://flickr.com/photos/pardeshi/1514977212/)–
   >
 *  <!– OPTIONAL –>
    <!– What comes after this line is optional (It is already on
   top of this page in the tab “login”). Delete it if you don’t need it –> <?php/*
   If this is the frontpage */ if ( is_home() || is_page() ) { ?>
    - <h2>Meta</h2>
 *  -  <?php wp_register(); ?>
    - <?php wp_loginout(); ?>
    - [Valid <abbr title=”eXtensible HyperText Markup Language”>XHTML</abbr>](http://validator.w3.org/check/referer)
    - [WordPress](http://wordpress.org/)
    -  <?php wp_meta(); ?>
 *  <?php } ?>
    <!– / OPTIONAL –>
 *  <?php endif; //function_exists(‘dynamic_sidebar’) ?>
 *  </div>
 *  Thread Starter [John Doe](https://wordpress.org/support/users/glen1980/)
 * (@glen1980)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/#post-1258574)
 * Anybody?
 *  Thread Starter [John Doe](https://wordpress.org/support/users/glen1980/)
 * (@glen1980)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/#post-1258602)
 * Could anyone guide me to wich lines I have to edit in order to achieve this?
 * Many thanks in advance
 *  Thread Starter [John Doe](https://wordpress.org/support/users/glen1980/)
 * (@glen1980)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/#post-1258621)
 * Hi there. Still trying to work around getting the feed to work. As you can see
   in my sidebar.php the line for the feed is correctly build and on my blog the
   feed button is displayed correctly.
 * But the problem is the link to witch it directs… the feed directs to the link
 * [http://glenmcardle.com/feed](http://glenmcardle.com/feed)
 * instead of:
 * [http://glenmcardle.com/feed/rss/](http://glenmcardle.com/feed/rss/)
 * I also see on the corredt feed link above that my feed is not named. I wish for
   it to be called Glen McArdle.
 * Anyone please as to were I can change the direction of the feed to the proper
   adress and how to change the feed name?
 * All help greatly appreciated.
 *  [iridiax](https://wordpress.org/support/users/iridiax/)
 * (@iridiax)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/#post-1258622)
 * Do you have a folder named **feed** in the root level of your website? If so,
   rename it as it is not part of WordPress and is breaking things. If not, then
   you need to check permissions because I get a 403 forbidden for the feed directory(
   which shouldn’t even be there).
 *  Thread Starter [John Doe](https://wordpress.org/support/users/glen1980/)
 * (@glen1980)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/#post-1258632)
 * Thanx, that was indeed the problem.
 * Now I have my feed working, but at the top it now shows Nameless and I would 
   like it to show Glen McArdle; where can I edit this??

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

The topic ‘RSS feed button doesn’t work’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 3 participants
 * Last reply from: [John Doe](https://wordpress.org/support/users/glen1980/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-button-doesnt-work/#post-1258632)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
