Forums

Change Category Headers to Pages (2 posts)

  1. 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!

  2. popper
    Member
    Posted 3 years ago #

    You mean in the menu? Usually it is

    <? wp_list_categories('sort_column=menu_order&amp;title_li='); ?> For Cats
    <? wp_list_pages('sort_column=menu_order&amp;title_li='); ?> For Pages

    You should be able to find it in the header.php file of your template.

    Hope that helps!

Topic Closed

This topic has been closed to new replies.

About this Topic