# Smart Nav 'Multi-Level Options' documentation?

**URL:** https://forum.pinegrow.com/t/smart-nav-multi-level-options-documentation/7792
**Category:** Questions
**Created:** [March 2, 2023, 6:14pm UTC](https://forum.pinegrow.com/t/smart-nav-multi-level-options-documentation/7792 "2023-03-02T18:14:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![fakesamgregory](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/fakesamgregory/32/3903_2.png) [@fakesamgregory](https://forum.pinegrow.com/u/fakesamgregory)
#### Post date: [March 2, 2023, 6:14pm UTC](https://forum.pinegrow.com/t/smart-nav-multi-level-options-documentation/7792/1 "2023-03-02T18:14:57Z")

</div>

I’m build a nav using the smart action and I noticed a multi-level option and I can choose an element that is the dropdown.

There doesn’t seem to be any updated [documentation](https://pinegrow.com/docs/wordpress/actions/menu/) to reflect this feature. What is the expected markup of such a thing?

I can make _something_ happen but it’s not good. Is there an expectation for Bootstrap to be installed?

---

<div class="post-metadata">

### Author: ![fakesamgregory](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/fakesamgregory/32/3903_2.png) [@fakesamgregory](https://forum.pinegrow.com/u/fakesamgregory)
#### Post date: [March 2, 2023, 6:39pm UTC](https://forum.pinegrow.com/t/smart-nav-multi-level-options-documentation/7792/2 "2023-03-02T18:39:02Z")

</div>

Further to this, creating a sub menu in Wordpress creates this markup. The parent page ‘Shop’ completely disappears. Is this a bug?

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/d/dddc1defe85a52117effae71ceaf622abac0c13e.png)

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/d/ddd072b9e02bf7866d8f3ea30aa1b528f053d4a5.png)

---

<div class="post-metadata">

### Author: ![dimyosman](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/dimyosman/32/6481_2.png) [@dimyosman](https://forum.pinegrow.com/u/dimyosman)
#### Post date: [March 19, 2025, 2:50pm UTC](https://forum.pinegrow.com/t/smart-nav-multi-level-options-documentation/7792/3 "2025-03-19T14:50:56Z")

</div>

I have the same question! @fakesamgregory, did you figure this out? I am adding the action to the li that has submenu in my HTML, but WP adds submenu to every menu item, even tho they dont’ have submenu assigned.

---

<div class="post-metadata">

### Author: ![dimyosman](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/dimyosman/32/6481_2.png) [@dimyosman](https://forum.pinegrow.com/u/dimyosman)
#### Post date: [March 19, 2025, 3:02pm UTC](https://forum.pinegrow.com/t/smart-nav-multi-level-options-documentation/7792/4 "2025-03-19T15:02:55Z")

</div>

Solved!!

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/1/12352a12686f21238a01ec5f0e81cba2687288e7.png)  
So Smart menu works well, but it’s about the submenu placement in HTML. Define menu on ul, and make sure that the first li is a regular link (no dropdown). Then add your ul.submenu to second li, and mark that one in Smart action. Most likely Smart action looks for regular menu first ,and then defines the one with dropdown. If they are one the same, it just duplicates dropdowns.  
So, to recap, Smart Menu on top nav ul, first li regular menu link, and second with submenu.
