Post Siblings query doe not quite work
-
On this URL https://displayposts.com/2019/01/03/show-siblings-to-current-page/ this piece of code is posted
[display-posts post_type=”page” post_parent=”current”]
but it does not quite work.
If you are on the parent level it will currectly return all the children of the parent.
But when you are oon one of the child pages none of the siblings are returned in the results.When I change the code to be
[display-posts post_type=”page” post_parent=”24”]
`for example, it corrrectly returns the siblings when you are on any of the child pages.So it seems when you use the
post_parent=”current”
the query is not able to detect the parent of the “current child page”. which is a shame.Lee
The page I need help with: [log in to see the link]
- The topic ‘Post Siblings query doe not quite work’ is closed to new replies.