Hi, i have a querry to list all children pages within the work menu.
But now i need to exclude from the list the parent page of the page i’m in.
That sounds confusing i’m sorry, i have this pages: “work > architecture > 2015”.
In the page 2015 i have this field:
category:
label: Additional Category
type: select
options: query
query:
page: work
fetch: children
value: '{{uid}}'
text: '{{title}}'
It displays a select field with architecture, sculpture, painting, etc…
What i need is to remove architecture from this list, the parent page from 2015.
Thanks in advance