Oh and I’m using Theme WP-Andreas01
Hi I have the exact same problem and I tried taking out the li tags under main menu in header. Here’s my code:
<h2 class=”hide”>Main menu:</h2>
<ul class=”page”>
<?php if (is_page()) { $highlight = “page_item”; } else {$highlight = “page_item current_page_item”; } ?>
<li class=”<?php echo $highlight; ?>”>“>Home
<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’); ?>
I would greatly appreciate any help you can offer. My website can be seen at http://www.cstorestexas.com/home
Thank you!