Forums

Hide a category from the Sidebar! (3 posts)

  1. MisterMessa
    Member
    Posted 3 years ago #

    I've been trying for literally 2 hours to remove a category from the sidebar on my theme. I've tried everything I could find on google. I've tried around 6 different plugins. ACE, PHP, All of them. I've tried editing the widget file, and nothing, NOTHING has been able to get rid of one singular category.

    I'm about to snap :( Can ANYONE help me?

  2. MichaelH
    Volunteer
    Posted 3 years ago #

    With the WordPress Default theme, you would exclude a category in the sidebar by changing sidebar.php and using exclude= argument with the template tag, wp_list_categories().

    For instance, this would exclude category 27

    <?php wp_list_categories('exclude=27&show_count=1&title_li=<h2>Categories</h2>'); ?>

  3. nawaz1983
    Member
    Posted 2 years ago #

    thanks

Topic Closed

This topic has been closed to new replies.

About this Topic