'; //Creates the desired content at the top of the sitemap. This contenet can be changed in the wordpress admin if (have_posts()) : while (have_posts()) : the_post(); the_content(); endwhile; endif; //end post echo '

 

'; echo ''; echo ''; //Primary Menu echo ''; //Secondary Menu echo ''; //Tertiary Menu //Only users that are logged in will see this menu if(is_user_logged_in()){ echo ''; } echo ''; echo '
'; echo '
    '; wp_nav_menu( array('menu' => 'primary' )); echo '
'; echo '
'; echo '
    '; wp_nav_menu( array('menu' => 'secondary' )); echo '
'; echo '
'; echo '
    '; wp_nav_menu( array('menu' => 'tertiary' )); echo '
'; echo '
'; echo ''; echo ''; echo ''; echo ''; get_footer(); ?>