• swayam.tejwani

    (@swayamtejwani)


    I have a menu in which 1st menu item called home is having description below it like this way, when we hover on home then the description inside

      shows,
      `<li> <a class=”current” href=”#start”> Home </a>
      <ul class=”submenu”>
      <li>
      <h2>Who we are</h2>
      <p>lorem ipsum text.</p>
      </li>
      </ul>
      </li>`
      I was wondering is there a way we can achieve this using wp_nav_menu using walker but not sure about exact implementation, any ideas ? , thanks in advance.

  • The topic ‘How to add description inside first menu item in wordpress’ is closed to new replies.