Well, I’ve very glad that I’ve finally found a solution to this problem. The trouble I’m having now is that I don’t understand the solution. First, I’m not quite sure where to put the edited code that Minna Suggested. In My header file I found the About_short and pasted after it, ending up with this:
echo "<li".$selected."><a href=\"".get_page_link($page_id)."\">Contact</a></li>n";
}
elseif ($page_name == "about_short") {/*ignore*/}
elseif ($page_id == '6') { /* ignore */ }
else {
(is_page($page_id))?$selected = ' class="selected"':$selected='';
But I still get the funny nav bar. Not only does it still have my child pages up, but it doesn’t show them imediately, only when you mouse over them and they change color. If any one could help I would appreciate it. https://vision-guild.us Thank You.