Viewing 2 replies - 1 through 2 (of 2 total)
  • I believe you just add the exclude= clause to something like this to exclude page IDs 5,8,and 102:

    wp_list_pages('sort_column=menu_order&title_li=&exclude=5,8,102');

    If you are using the Page Widget it also has an exclude ability.

    Thread Starter roxworx

    (@roxworx)

    Thank you, thank you! So easy, yet so hard to figure out without help! :-))

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin: My Page Order: hide pages from navigation?’ is closed to new replies.