Forums

[resolved] how do I exclude the current page from wp_list_pages (5 posts)

  1. perthmetro
    Member
    Posted 2 months ago #

    how do I exclude the current page from wp_list_pages

  2. samboll
    moderator
    Posted 2 months ago #

  3. perthmetro
    Member
    Posted 2 months ago #

    I mean I'm on page A and my page list only shows B,C,D and E

    and if i'm on page B it will only list pages A,C,D and E

  4. MichaelH
    moderator
    Posted 2 months ago #

    Didn't test this but try:

    wp_list_pages('title_li=&exclude='.$post->ID);

    Related:
    wp_list_pages()
    Stepping Into Template Tags
    Stepping Into Templates
    Template Hierarchy

  5. perthmetro
    Member
    Posted 2 months ago #

    works great. thanks

Reply

You must log in to post.

About this Topic