I've been following these instructions. Normally it is suggested to update the header.php, but that doesn't seem to be the trick with atahualpa. Somewhere I am suppose to put the code below. Any help would be appreciated.
Code:
<ul> <?php /*If Menu Manger is activated, run it */ if (function_exists('mm_menu')) { ?> <?php mm_menu(); ?> <?php /* If Menu Manger is not active, run the usual navigation code */ } else { ?> <?php wp_list_pages('title_li='); ?> <?php } ?> </ul>