• Right now my header shows categories, i am using techified theme, how can I have it so it shows pages instead. I know there is a plugin out there for it

Viewing 2 replies - 1 through 2 (of 2 total)
  • you probably don’t even need a plugin

    just changing up some code could do it.

    someewhere in your header you probably have something like:
    <?php wp_list_cats

    which can be changed to
    <?php wp_list_pages

    Didn’t see your other post…..seems you are getting help there, you shouldn’t have to change code

    Thread Starter veranopage

    (@veranopage)

    Thank you kindly sir. Issue resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Categories vs pages and the header’ is closed to new replies.