• i want to exclude a category id on menu which is stored in variable
    for example i have a variable which is $catID = 12;

    how will i do it. this is my menu structure.

    <?php wp_list_categories(‘sort_column=menu_order&depth=3&title_li=&exclude=’); ?>

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Exclude a Category in menu’ is closed to new replies.