wp_list_pages – link_after use a html space
-
I’m try to add a ” / ” between my menu bar buttons by using the link_after parameter in wp_list_pages
my code is as follows:
<?php wp_list_pages('depth=1&title_li=&link_after=<span class="clearstick"> / </span>'); ?>
but is does not work.
How can I have it so the dash and the space either side appears after each menu item?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘wp_list_pages – link_after use a html space’ is closed to new replies.