Forums

Remove item from category menu (3 posts)

  1. toxee
    Member
    Posted 1 year ago #

    http://tssarcade.hyperphp.com

    I'm using the scarlett theme and I'm trying to get the slider working. Basically I want to hide the "featured" list item from the category nav without hiding the whole category. I used a plugin that could hide certain categories, but to my dismay I found it hides them completely. So if I hide featured I end up with no items in the slider.

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    the menu is likely to be programmed using 'wp_list_categories();' which has an 'exclude' parameter:

    http://codex.wordpress.org/Template_Tags/wp_list_categories

  3. toxee
    Member
    Posted 1 year ago #

    Ok, thanks alot! It took a while but I figured it out.

    wp-includes/category-template.php
    edit that file and voila gone!

Topic Closed

This topic has been closed to new replies.

About this Topic