wwconando
Member
Posted 1 year ago #
I am VERY new to wordpress and I keep making it more complicated that it really is, I'm sure, but I have a problem that's been bugging me since I started.
On my site, there is a link to the RSS feed in the navigation. I don't know if it's a default of the theme I am using (Bueno by WooThemes) or if it is a WordPress default, but I want it OFF.
How can I removed the RSS feed link from the navigation bar?
It's part of your theme. You'd need to edit the theme's nav bar template file to remove the link.
spideyvarma
Member
Posted 1 year ago #
hi wwconando if you dont want the rss feed in the menu bar...
go to header.php and try to delete the link for rss feeds in the themes/bueno/header.php
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php if ( get_option('woo_feedburner_url') <> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>" />
<li class="rss"> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>"><?php _e('RSS', 'woothemes') ?>
delete both the things and use the theme....
auntypizza
Member
Posted 10 months ago #
spideyvarma ... that will remove the rss link from the ADDRESS bar of the browser. She's talking about removing it from the NAVIGATION.
Here's the demo - http://demo.woothemes.com/?name=bueno
The RSS link she's talking about sits to the right of the link "Full Width"
You need to go to the menus section in and re-organise your menus/navigation ... the link to it is in Admin left navigation under Appearance.