• I’m looking at the navigation menu functions.

    And see that you can wrap the list with nav/div.

    Can you add a HTML anchor inside the nav but not inside the list without doing it physically in the template file.

    <nav>
      <a></a>
          <ul>
          </ul>
    </nav>

The topic ‘inside navigation menu’ is closed to new replies.