How to add WordPress menu list separator for Bootstrap based Themes
This post quickly documents a method to add a list separator to a WordPress menu with Twitter Bootstrap based themes. Print your WordPress menu in your theme’s template with something like this (note the link_after value): wp_nav_menu( array( ‘theme_location’ => … Read More