• The default wp_nav_menu(), using no custom menu, does this:
    <ul><li><a>...</a><ul class="children"><li><a>...</a></li></ul></li></ul>

    …but a custom menu uses a different class for the nested list…
    <ul><li><a>...</a><ul class="sub-menu"><li><a>...</a></li></ul></li></ul>

    Why? Is there some “gotcha” reason involved? It doesn’t make any sense to me.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why are classes different for custom menu?’ is closed to new replies.