Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Yes, you can use [display-posts post_type=”page” post_parent=”current”]

    That will list all the subpages with the same parent as the current page.

    Thread Starter Sea Jay

    (@jcollier)

    I have been doing that, and it works great. However, it also includes the current page. Is there any way to include the siblings, but not the current page?

    Plugin Author Bill Erickson

    (@billerickson)

    Yep!

    [display-posts post_type="page" post_parent="current" exclude_current="true"]

    Thread Starter Sea Jay

    (@jcollier)

    Ah! Yes, thank you!!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Show siblings to current page’ is closed to new replies.