Forum

Thread tagged as: Question, Problem

Menu Item Missing

New menu item not showing. 10 page files + index.php in folder but only 9 page links in menu.

<h6><?php perch_content('text'); ?></h6>
              <?php perch_pages_navigation(array(
                  'include-parent' => false,
                  'from-path'=> '*',
                  'from-level'=>  1,
                  'hide-extensions' => true,
                  'template'  => array('side-nav-item.html', 'side-nav-2.html'),
              )); ?>    

Probably missing something simple but can't see it!

Rob Willox

Rob Willox 0 points

  • 4 years ago

I'm thinking include-parent should be "true"