• Resolved fkaf

    (@fkaf)


    Something here?

    <?php
    if($options[‘menu_type’] == ‘categories’) {
    wp_list_categories(‘title_li=0&orderby=name&show_count=0’);
    } else {
    wp_list_pages(‘title_li=0&sort_column=menu_order’);
    }
    ?>

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I remove the second submenu?’ is closed to new replies.