• Resolved geekgirl

    (@geekgirl)


    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)
  • Kalessin

    (@kalessin)

    The circles are 2nd-level bullet points for the ordered list of the navigation. The problem is caused by having the list items Contact, Links, Shop, Webmiss, Website within the Pages item.

    The easiest way to fix this would be to remove the code
    <li class="pagenav">Pages<ul>
    from the header.php, then remove the last </u>.

    Thread Starter geekgirl

    (@geekgirl)

    I don’t see where that is in my code unless you meant <li class="page_item">… I tried removing that and it still didn’t work. Thank you for responding though, anymore suggestions?

    Thread Starter geekgirl

    (@geekgirl)

    anyone please?

    Thread Starter geekgirl

    (@geekgirl)

    fixed it… i had the code out of order…it should be <?php wp_list_pages ('sort_column=menu_order&depth=1&exclude=9,14&title_li='); ?>

    I got this very same problem! In my theme folder I can’t find the ‘<li class=”page_item”>’ anywhere!! In none of the files yet when I do a page source view it’s definitely coming up in the code ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘navigation problems’ is closed to new replies.