• Is there a way to make sertan catogories invisable? that you can put post in a catagory wich does display in the “filed under” feature under the titles of the posts, but isnt mentioned in the list of catagories.. something like a ghost catagory…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Good question. I would also be interested in this.

    Categories With Excludes

    Displays Category links sorted by name, shows # of posts for each Category, and excludes Category IDs 10 and 15 from the list.

    <ul>
    <?php wp_list_cats('sort_column=name&optioncount=1&exclude=10, 15'); ?>
    </ul>

    That works great in the sidebar but not for the cats an individual post is posted in. Something that could alter the_category is what is needed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘invisible catagory’ is closed to new replies.