Forum
Include navigation in a template
Hi, I've probably missed something fundamental here, but I want to include the following in a template
<?php
perch_pages_navigation(array(
'from-path' => '/about',
'levels' => 1
));
?>
Am I trying to do something that isn't possible?
Thanks,
Ian
You need to do that in the page and then pass it into the template.
then in your template
Great, thanks Drew, I'll give it a go.
Ian