• Resolved 5115

    (@5115)


    I am using this code to retrieve my categories in my sidebar:

    <?php wp_list_categories('title_li='); ?>

    How can I adjust it to exclude certain ones?

    Thanks in advanced.

Viewing 1 replies (of 1 total)
  • Thread Starter 5115

    (@5115)

    Disregard. I figured it out.

    I am using the following code for those that stumble onto this post:

    <?php wp_list_cats('sort_column=name&optioncount=1&exclude=1'); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Excluding Certain Categories’ is closed to new replies.