Hi,
I'm working on a new theme based on the twentyfourteen theme.
I want to add some dot separators on the main navigation menu.
So I rewrote this line in the head:
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu', 'link_after' => '</a> ·' ) ); ?>
the problem is that it adds a dot on the last loop
Ex:
Home - About - Info - Cars - Buses -
Any ideas how to solve this?