Forums

wp list pages (4 posts)

  1. theMonkeysUncle
    Member
    Posted 1 year ago #

    Simple question here, how do you modify the wp_list_pages tag to only display top-level pages? I don't want any subpages, just the top ones. And yes, I have looked at the codex, but I can't seem to get it right.

    Right now I have:
    <?php wp_list_pages('title_li=' ); ?>

    Thanks in advance!

  2. azaozz
    Member
    Posted 1 year ago #

    Add "depth=1" to it:
    <?php wp_list_pages('title_li=&depth=1'); ?>

  3. theMonkeysUncle
    Member
    Posted 1 year ago #

    great, thanks!

  4. ni_kaiser
    Member
    Posted 1 year ago #

    azaozz you are a legend, this has been wrecking my head for almost a week :) thank you!

Topic Closed

This topic has been closed to new replies.

About this Topic