• Resolved makasayo

    (@makasayo)


    Hi,
    I want to change the order of appearance in my navigation and the name of the default page (Home -> accueil). The navigation order is ABCD and i want to put it in order of priority instead of alphabetical.I ‘m talking about the static page not articles
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme probably has a line like

    <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

    You delete or comment it out and in place of it, write the code that will display a list of pages in the order you want them to be in.

    Thread Starter makasayo

    (@makasayo)

    Okay , i understand, thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation/Pages’ is closed to new replies.