navigation problems
-
Hi everyone,
My site is located at lovelatoya.com. In my header.php, I just added
('exclude=9,14' );
to exclude those pages in my naviagation. It worked to exclude those pages but now my home button has moved to the side and I see little circles on my other navigation buttons (contact, links, etc..). any idea how to fix this? Here is the bottom part of my code…<ul id="nav"> <li class="page_item"><a href="<?php echo get_settings('home'); ?>/" title="Home">Home</a></li> <?php wp_list_pages('exclude=9,14' ); ('sort_column=menu_order&depth=1&title_li=') ?> </ul>
Thanks in advance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘navigation problems’ is closed to new replies.