pyrostic
Member
Posted 3 years ago #
Hi, I was wondering after fooling around in the code I cannot for the life of me find anything to change the code from Categories to Pages. I'm simply used to using Pages instead of Categories in my menu bar. (pixeled theme) (www.absolutelygamer.com)
Thank you!
You mean in the menu? Usually it is
<? wp_list_categories('sort_column=menu_order&title_li='); ?> For Cats
<? wp_list_pages('sort_column=menu_order&title_li='); ?> For Pages
You should be able to find it in the header.php file of your template.
Hope that helps!