• Hi all, is there a way to hide certain categories from the category-listing in the sidebar of my site? It would be nice if you could set categories to be ‘invisible’ in the adminpanel.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can set the limit of displayed links to 0
    this way the category wont show in the sidebar.

    vistasucks

    (@vistasucks)

    It would be nice to limit based on login status.

    MichaelH

    (@michaelh)

    Might look at Category Access at the bottom of this page:
    http://www.coppit.org/code/

    vistasucks

    (@vistasucks)

    Already have that installed. Works fine.

    But the sidebar listings still shows the categories existing even if you can’t view the contents of them.

    ie: I wouldn’t want Bob to see a category named “Things I hate about Bob” even if he can’t see or read the posts in that category.

    MichaelH

    (@michaelh)

    Wonder if you are going to have to use the Role Manager Plugin, create your own capabilities (and roles, then in your sidebar.php (or where ever), test for

    <?php if ( current_user_can('see_derogatory_categories') ) : ?>

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘can I hide categories?’ is closed to new replies.