• Hey guys, i have a submenu in wordpress.
    I want to make that this submenu work in this same example:

    <ul id="list">
    <li>Peter</li>
    <li>Mary</li>
    <li>Paul</li>
    <li>Allen</li>
    <li>James</li>
    <li>Vicki</li>
    <li>Brock</li>
    <li>Dana</li>
    <li>Frank</li>
    <li>Gil</li>
    <li>Helen</li>
    </ul>

    How to do this?

Viewing 1 replies (of 1 total)
  • I’m not sure what you want. Maybe you need “wp_nav_menu” or Navigation Menus.

    You can found the tutorial in here: code.tutsplus.com/tutorials/function-examination-wp_nav_menu–wp-25525

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘How to add a id to a ul in submenu?’ is closed to new replies.