Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi dear, please submit this code on header.php

    <?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');
    			}
    		?>

    [sig moderated as per the Forum Rules]

    to add categories to the menu bar, goto Appearance > Menus, then expand the “categories” dropdown on the left hand side of the screen, and add the category items you would like into the menu.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘categories’ is closed to new replies.