+ Reply to Thread
Results 1 to 2 of 2

Thread: menu

  1. #1

    menu

    Hello
    I want to create a custom menu that shows the Listing Type as the parent and categories as children.

    <ul>
    {foreach}
    <li>Listing Type
    <ul>
    {foreach}
    <li>Category</li>
    {/foreach}
    </ul>
    </li>
    {/foreach}
    </ul>

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    It will require a customization but in the next our template we'll add this feature

+ Reply to Thread