Title: Remove RSS title link
Last modified: August 19, 2016

---

# Remove RSS title link

 *  [nathan14](https://wordpress.org/support/users/nathan14/)
 * (@nathan14)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/remove-rss-title-link/)
 * Hi Guys,
 * any advise would be greatly received on this, as I have been struggling for a
   few weeks on this …..
 * I’m using the AutoFocus theme 0.9.1 by Allan Cole
 * 1. I’m looking to remove the RSS link completely from the site
 * 2. looking to have one of the the page title links (promo, editorial, shorts 
   etc ) to stay highlighted when i am on that particular page. I have created rollover
   highlights but am struggling to highlight each page
 * this is my site
 * [http://cheifnath.110mb.com/MARCUSANDHELEN/wordpress/](http://cheifnath.110mb.com/MARCUSANDHELEN/wordpress/)
 * below is my style.css code
 * /_[CSS moderated as per the [Forum Rules](http://wordpress.org/support/topic/68664).]_

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

 *  [miabake1](https://wordpress.org/support/users/miabake1/)
 * (@miabake1)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/remove-rss-title-link/#post-1331083)
 * I use Autofocus ver 1.0.1 and was able to remove it by replacing line 464 in 
   functions.php with echo ‘<li class=”page_item”>  </div>’;
 * if you haven’t already check out this discussion on removing the rss with the
   other version of autofocus [http://wordpress.org/support/topic/271482](http://wordpress.org/support/topic/271482)
 *  [sdoubleyu](https://wordpress.org/support/users/sdoubleyu/)
 * (@sdoubleyu)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/remove-rss-title-link/#post-1331294)
 * anyone know how to change the RSS name? to ie Subcribe here!?
 *  [NoneYaBiz](https://wordpress.org/support/users/noneyabiz/)
 * (@noneyabiz)
 * [16 years ago](https://wordpress.org/support/topic/remove-rss-title-link/#post-1331315)
 * I’m using 1.0.1 and this is how I got rid of my rss link.
 * in functions.php find
 * // Produces a list of pages in the header without whitespace — er, I mean negative
   space.
    function sandbox_globalnav() { echo ‘<div id=”menu”>
    - <li class=”page_item”>[Home](https://wordpress.org/support/topic/remove-rss-title-link/&apos;. get_settings(&apos;home&apos;) .&apos;/?output_format=md)‘;
      
      $menu = wp_list_pages(‘title_li=&sort_column=menu_order&echo=0’); // Params
      for the page list in header.php echo str_replace(array(“\r”, “\n”, “\t”), ”,
      $menu); echo ‘<li class=”page_item”>[RSS](https://wordpress.org/support/topic/remove-rss-title-link/&apos;. get_bloginfo_rss(&apos;rss2_url&apos;) .&apos;?output_format=md)
 * </div>’;
    }
 * and I just got rid of
 * >  `<a href="'. get_bloginfo_rss('rss2_url') .'">RSS</a>`
 * I don’t think it’ll cause any conflicts and seems to be working fine now. If 
   anyone knows a better way please let me know

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

The topic ‘Remove RSS title link’ is closed to new replies.

## Tags

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

 * 3 replies
 * 4 participants
 * Last reply from: [NoneYaBiz](https://wordpress.org/support/users/noneyabiz/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/remove-rss-title-link/#post-1331315)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
