Any walker causes blank menu?

You need to make sure your menu is properly registered in your functions.php and then activated in the WP Dashboard.

add_action( 'init', register_nav_menu( 'navigation', __( 'Navigation' ) ) );

Otherwise I was just facing a long list of empty bullet points.

http://codex.wordpress.org/Navigation_Menus

Leave a Comment