Forums

wp_list_pages - How To Exclude Pages By Title (2 posts)

  1. tradingjamie
    Member
    Posted 8 months ago #

    Hi All,

    So for the wp_list_pages function you can use the following to exclude pages -

    <?php wp_list_pages('exclude=17,38' ); ?>

    This would exclude page 17 and 38 for instance.

    The problem is that I do not know my page number. Ive tried setting a page number in the edit page part of the admin section and then excluding it, but this doesnt work...

    So... Is there a way to exclude a page by the title? My page url is /thank-you-for-subscribing/ - any way to exclude that?

    Thanks very much in advance!
    Jamie

  2. tradingjamie
    Member
    Posted 8 months ago #

    Typical - just found the answer

    If anybody wants to know, check out this post -

    http://wordpress.org/support/topic/237711?replies=15

    The answer is on there

Reply

You must log in to post.

About this Topic