• I had a customized site made and I am making pages right now. I can’t figure out how to put the pages in their respective places in my drop down menu because I can’t find where the option is to do so. Can anyone help me?

Viewing 1 replies (of 1 total)
  • The template tag, wp_list_pages(), is typically used by theme designers to display Pages in a nav bar. With the help of the Template Hierarchy article, determine what Template is displaying your Pages (probably header.php), then look for wp_list_pages. You may need to use the ‘include=’ or if the ‘exclude=’ is being used, change that.

    If that fails, you will need to provide a link to download your theme, or paste the template code in a pastebin and report the link back here.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing The links concerning pages on my site’ is closed to new replies.