Forums

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

  1. Pete
    Member
    Posted 2 years ago #

    how do I exclude the current page from wp_list_pages

  2. Samuel B
    moderator
    Posted 2 years ago #

  3. Pete
    Member
    Posted 2 years 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
    Volunteer
    Posted 2 years 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. Pete
    Member
    Posted 2 years ago #

    works great. thanks

Topic Closed

This topic has been closed to new replies.

About this Topic