Pulling Parent page title into the page template
Permalink
Hi
I have a site which has little sites under areas so
Area and then the child pages.
Is there a way to pull the name of the parent page into the page template automatically?
I tried the get collection code but that was showing the page name and not the parent page name.
Cheers, Matt
I have a site which has little sites under areas so
Area and then the child pages.
Is there a way to pull the name of the parent page into the page template automatically?
I tried the get collection code but that was showing the page name and not the parent page name.
Cheers, Matt
<?php
$page=Page::getByID($c->getCollectionParentID());
echo $page->getCollectionName();
?>
There is a good cheat sheet resource here:http://www.weblicating.com/doku/doku.php?id=cheatsheet/#.U8e_6Y1dU_...
Regards
Luke