Forums

[resolved] Plugin: My Page Order: hide pages from navigation? (3 posts)

  1. roxworx
    Member
    Posted 3 years ago #

    Does anybody know whether the My Page Order plugin can "hide" pages so that they don't show up in the page navigation? Or perhaps there is another way of hiding pages while also using My Page Order?

    http://wordpress.org/extend/plugins/my-page-order/

  2. MichaelH
    Volunteer
    Posted 3 years ago #

    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.

  3. roxworx
    Member
    Posted 3 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic