WordPress.org

Forums

navigation menu (1 post)

  1. infohowdy
    Member
    Posted 8 months ago #

    Hello I found this good article to formatting custom menu
    http://digwp.com/2011/11/html-formatting-custom-menus/
    but menu have depth 0

    <ul>
    <li>menu 1</li>
    <li>menu 2</li>
    <li>menu 3</li>
    </ul>

    I need to format like wp menu saving area like

    <ul>
    <li>menu 1
    <ul>
    <li>sub menu 1-1</li>
    <li>sub menu 1-2</li>
    </ul>
    </li>
    <li>menu 2</li>
    <li>menu 3</li>
    </ul>

Reply

You must log in to post.

About this Topic