adding separator
-
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?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘adding separator’ is closed to new replies.