Quote:
Originally Posted by campguy
Is this a Wordpress or theme issue and how do I fix it?
|
In the header.php theme file, the theme uses the
wp_list_pages() WordPress function to produce the nested lists used to create the menu. You can change its behavior by editing the parameters to that function.
HTH,