• Might be better in the how-to but we’ll see..

    I’m converting a theme from HTML to WP.

    Nav is wrapped in <a class="menu">LINK</a>

    How do I implement that into my array?

    <?php wp_nav_menu( array( ‘theme_location’ => ‘top_menu’) ); ?>

    I tried ‘items_wrap’ but unless I’m formatting it incorrectly it didn’t work as I thought.

  • The topic ‘Styling menu array’ is closed to new replies.