Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

Free269 on "adding separator"

$
0
0

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 all articles
Browse latest Browse all 8245

Trending Articles