For the theme to properly support Pages you need to modify the header.php page by changing this (on line 27):
to:
<?php wp_list_pages('title_li='); ?>
Just thought others would benefit…
For the theme to properly support Pages you need to modify the header.php page by changing this (on line 27):
to:
<?php wp_list_pages('title_li='); ?>
Just thought others would benefit…