Tell us what you are trying to do?
I'm trying to get information from a page that's related as a grandparent.
Last Page -> Parent Page -> Grandparent Page
And if I could go up even higher great, but this will do for now.
I know how to go down the tree while nesting views, and that works, but I need to go up the tree.
Thanks
I got it sorted. I was nesting itself but apparently, when an empty id is passed it gets all records... hmm. So, I included a check around the nest.
To me, if the ids is empty, it should return nothing. On that note, if I tell it to use the param name "id" and definitely pass that, it doesn't work, looks like the name id for an attribute is reserved.
--------------
Post ID filter
Include only posts with IDs set by the View shortcode attribute "ids" eg. [wpv-view name="view-name" ids="1"]