Forum
Navigation, listing sub pages of current page
Hi, when I use the perch_pages_navigation function to display pages within a section of the website it returns all pages? Here's the code I'm using...
<?php
perch_pages_navigation(array(
'from-path'=>'*',
'from-level'=>1,
));
?>
Can't see what I'm doing wrong?
Which version of Perch are you using?
Updated to version 2.8.10. Still get the list of all pages?
What can you tell me about the navigation structure?
Hi Drew, usual structure, pages, sub-pages etc. When I use...
...still returns all items at the same level?
How does the output differ from this:
Hi Drew. All fixed, there was a problem with the item.html file which prevented the...
..from being outputted.