• questuk

    (@questuk)


    I am using the nest theme on wordpress 3.1.3. I would like to remove the rss feed from the navigation bar at the top of my page. I have looked at php functions and php header but I am unable to find the rss code. I am hoping someone can help me and show me how to delete it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Remove this from header.php:

    <a class="btn-rss" href="<?php if( ! empty( $nest_options['rss_url'] ) ) : ?><?php echo $nest_options['rss_url']; ?><?php else : ?><?php bloginfo('rss2_url'); ?><?php endif; ?>" target="_blank">RSS</a>

    Thread Starter questuk

    (@questuk)

    It worked! Thanks Keesiemeijer

    Moderator keesiemeijer

    (@keesiemeijer)

    You’re welcome. Glad I could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing rss feed from navigation bar’ is closed to new replies.