Forums

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

  1. roxworx
    Member
    Posted 9 months 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
    moderator
    Posted 9 months 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 9 months ago #

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

Reply

You must log in to post.

About this Topic