• Hi guys i am creating a website for my client, I have created pages and a side menu <?php wp_list_pages(‘title_li=’ ); ?> is there a way of limiting the pages i want to show on the menu? at the moment i have all the pages coming out? please can anyone help me on how i would do this

    Regards

Viewing 1 replies (of 1 total)
  • Hi!

    There definitely is! Check out

    this plugin or this plugin.

    or, you can add this code

    <?php
    wp_list_categories('orderby=id&include=3,5,9,16'); ?>

    and limit the pages by their IDs.

    There are many ways of doing this.

Viewing 1 replies (of 1 total)
  • The topic ‘edit navigation bar’ is closed to new replies.