Skip to content

Instantly share code, notes, and snippets.

@piotrpog
Created August 3, 2020 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piotrpog/5c34d9de9b167dc2edca52ea2db7efdb to your computer and use it in GitHub Desktop.
Save piotrpog/5c34d9de9b167dc2edca52ea2db7efdb to your computer and use it in GitHub Desktop.
Craft CMS Verbb Navigation - URL stucture based on menu structure
{{ craft.navigation.nodes().ancestorOf( craft.navigation.nodes('test').all()|filter(x => x.element.id == id)|first.id ).ancestorDist(1).one().element.uri ?? null }}/{{slug}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment