Hi, How can I get a StaticPages plugin’s page’s parent page in a partial?
Thank, Zs
Hi @ngyzsolt
Use the getParent method on the page. Accessible in Twig via:
getParent
{{ page.parent }}