• Resolved jthusgaard

    (@jthusgaard)


    Hi

    I want to have my catagories and not have one of them at the same time, on the side bar.

    Is it possible to surpress one catagory link in the sidebar and keep others? How is it done?

    J;-)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, it’s possible. Here’s how I do it on mine:
    <?php wp_list_cats(‘sort_column=name&optioncount=1&exclude=8,10’); ?>

    Change the exclude numbers to be the category # you want to exclude.

    Thread Starter jthusgaard

    (@jthusgaard)

    Brilliant

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Want to remove a post catagory from sidebar, but keep the catagory’ is closed to new replies.