Extra characters in the wp_list_pages
-
I know this is a noob question, and I’m sure it’s been answered other placed – I just can’t find it for the live of me.
Now, I’m trying to create a nice little navigation. I have it running, no problem. Shows the links in the headers – just how I wanted.
Only problem is I can’t figure out how to put a divider between each link.
This is what I have in my header.php for the navigation:
<div id="menu"><ul class="menuitems"><li><a href="<?php echo get_option('home'); ?>/">Home</a></li><?php wp_list_pages('title_li='); ?></ul></div>
So the formating is currently looking like this:
HOME ABOUT OTHER PAGE OTHER PAGE
HOWEVER, I’d like it to look like this:
HOME | ABOUT | OTHER PAGE | OTHER PAGE
If I can, I’d even like it better if the | could be a custom image.
I’m not a codemonkey .. I’m a graphic designer. So any help would be EXTREMELY helpful and appreciated.
- The topic ‘Extra characters in the wp_list_pages’ is closed to new replies.