removing a menu-item from main navigation
-
Hello all,
I am working on a WordPress shop which uses a theme that has a link to an RSS feed in the main navigation bar. What I want is to move that menu-item (“RSS” in the demoshop) from the main navigation to a button elsewhere on the page but I have no idea where to find it in the code.
I tried removing the link
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
from the header.php in my theme folder but the menu item “RSS” is still there (I do get a Page not found error though so the feed is gone)
The demoshop is here:
https://demo.billionstudio.com/?wptheme=Crafty%20CartAnyone who can point me in the right direction ?
- The topic ‘removing a menu-item from main navigation’ is closed to new replies.