• I’m using a dropdown menu script that requires certain classes on certain items of the list to work.
    basically the <a> of a list items <li> with a sub-menu should have class=”dir”
    The </li>
    <li>‘s of the first and last items should have classes “first” and “last” respectively.
    like so:

    <li><a href="./" class="dir">Lyrics</a>
                    <ul>
                        <li class="first"><a href="./">Search for Lyrics</a></li>
                        <li class="first"><a href="./">Play Lyrics Game</a></li>
                    </ul>

    Plesae dont tell me to change my css, use a plugin,jquery,etc…I just need that output that way that’s all.

    Thank you so much

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter dogbot

    (@dogbot)

    maybe I posted int the wrong sub-forum? could an admin move it to a more appropriate one?

    thank you.

    <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>

    https://codex.www.ads-software.com/Function_Reference/wp_nav_menu

    Thread Starter dogbot

    (@dogbot)

    My post was jumbled by the editor, here it is again

    I’m using a dropdown menu script that requires certain classes on certain items of the list to work.
    basically the <a> tag of a list item

    Thread Starter dogbot

    (@dogbot)

    I’m using a dropdown menu script that requires certain classes on certain items of the list to work.

    basically the [a] tag of a list item with nested list should have class=”dir”
    The [li] tag of the first and last items in nested list should have classes “first” and “last” respectively.

    like so:

    <li class="last">Play Lyrics Game

    Plesae dont tell me to change my css, use a plugin, jquery,etc…I just need that output that way that’s all.

    Thank you so much

    Thread Starter dogbot

    (@dogbot)

    I’m using a dropdown menu script that requires certain classes on certain items of the list to work.

    basically the [a] tag of a list item with nested list should have class=”dir”
    The [li] tag of the first and last items in nested list should have classes “first” and “last” respectively.

    like so:

    <li><a href="./" class="dir">Lyrics</a>
                    <ul>
                        <li class="first"><a href="./">Search for Lyrics</a></li>
                        <li class="last"><a href="./">Play Lyrics Game</a></li>
                    </ul>

    Plesae dont tell me to change my css, use a plugin, jquery,etc…I just need that output that way that’s all.

    Thank you so much

    Thread Starter dogbot

    (@dogbot)

    sorry for all of the crazy posts..this forum’s text editor is unforgiving to say the least

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to use wp_nav_menu’ is closed to new replies.