Adding special character between [wp_list_pages]
-
Hello I wish to add the character “|” In between my WP pages. here is my
Example: Home | About | Services | Contact
current code:<ul class="Menu"> <li<?php if ( is_home() ) { echo ' class="current_page_item"'; } ?>><a href="<?php echo get_option('home'); ?>"><span>Home</span></a> <?php wp_list_pages('depth=1&title_li'); ?> </ul>website http://www.zpirit.no/en/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Adding special character between [wp_list_pages]’ is closed to new replies.