perch_pages_navigation only sub items

  • I'm trying to display only the subitems in a navigation, my current structure is like so:


    Windows

    - Style

    - Product W1

    - Product W2

    - Product W3

    - Colour

    - Red

    - White

    - Blue

    Doors

    - Style

    - Product 1

    - Product 2

    - Product 3

    - Colour

    - Red

    - White

    - Blue


    I'm using:

    Code
    1. perch_pages_navigation(array(
    2. 'from-path' => '/windows/style',
    3. 'template' => 'sub-item.html',
    4. 'hide-extensions' => true
    5. ));


    All this gives me is a list absolutely everything in my navigation when in reality what I would want would be:


    - Product W1

    - Product W2

    - Product W3


    I've tried different options with 'levels', 'from level' and I can't seem to get the desired result.


    What am I missing?


    Thanks,


    Chris

  • drewm

    Approved the thread.