Forums
Home / Fixing WordPress / categories
(@daniel81)
10 years, 7 months ago
Please, how to reveal the categories in the navigation bar?
(@achilandoor)
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]
(@robey)
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.