• mrkingid

    (@mrkingid)


    Hi,

    here is my code for my nav bar in the header.php file.

    <div id="nav">
    	<div class="alignleft">
    	<ul>
    	<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
    	<?php wp_list_pages('title_li=&depth=1'); ?>
    	</ul>
    	</div>

    How do I go about getting a separator of “|” between each page link?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘??? Character Separator in Nav Bar ??’ is closed to new replies.