wp_nav_menu after?
-
Hi All,
I’m trying to add vertical lines after my footer links, I’ve got it working by using:
<?php wp_nav_menu(array('after' => '|')); ?>
How ever this also adds a vertical line after the last link, which I don’t want there, is there a way to exclude the after if last link?
Cheers for the help in advance.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp_nav_menu after?’ is closed to new replies.