<ul id="nav">
<?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=0&title_li=&exclude='.get_option('excluded_pages'));
?>[/list]
<li class="<?php echo $highlight; ?>">LINK TEXT
<ul id="nav">
<?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?>
<li class="<?php echo $highlight; ?>">LINK TEXT
<li class="<?php echo $highlight; ?>">Home
<?php
wp_list_pages('sort_column=menu_order&depth=0&title_li=&exclude='.get_option('excluded_pages'));
?>[/list]
There are currently 1 users browsing this thread. (0 members and 1 guests)