• dannyahk

    (@dannyahk)


    any idea to remove/disable the rss menu come with crafty cart on main homepage, anyway i can disable the “rss” menu? if cannot disable , can i remove it?

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

    (@t-p)

    I am familiar with crafty cart. But did you try in your theme’s templates (e.g., header.php etc.)

    Thread Starter dannyahk

    (@dannyahk)

    I am using firebug and found this lines below under html.
    (<##a title=”News Feed” href=”https://localhost/wp/feed”>RSS)
    After I remove this line, the RSS menu from crafty cart disappear, but after close the firebug , it was reappear again.
    I goto header.php remove this line Below:-
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />

    But the RSS menu still appear there. Please advise..

    You need to go to navigation.php and delete the rss line in that file, it will then work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove RSS 'menu' in crafty cart theme’ is closed to new replies.