Navigation line
-
Hi,
I am trying to create a navigation line between each menu item.
header.php
<ul id="nav"> <div id="body"> <li><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/navline.png" /><?php wp_list_pages('sort_column=menu_order&title_li=');?></li> <div id="search"><?php include('search.php'); ?></div> </div> </div>
This code only place the navigation line in the beginning of the menu. Basically each menu item must be in between of the navigation line.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Navigation line’ is closed to new replies.