wp_nav_menu() customized
In my basis theme I use a walker for a simplified output: <?php # -*- coding: utf-8 -*- /** * Create a nav menu with very basic markup. * */ class T5_Nav_Menu_Walker_Simple extends Walker_Nav_Menu { /** * Start the element output. * * @param string $output Passed by reference. Used to append additional content. * … Read more