$value ) { switch($key) { case 'header': get_template_part( 'homepage-sections/section', 'header'); break; case 'about': get_template_part( 'homepage-sections/section', 'about'); break; case 'hire-me': get_template_part( 'homepage-sections/section', 'hire-me'); break; case 'skills': get_template_part( 'homepage-sections/section', 'skills'); break; case 'resume': get_template_part( 'homepage-sections/section', 'resume'); break; case 'services': get_template_part( 'homepage-sections/section', 'services'); break; case 'portfolio': get_template_part( 'homepage-sections/section', 'portfolio'); break; case 'subscribe': get_template_part( 'homepage-sections/section', 'subscribe'); break; case 'contact': get_template_part( 'homepage-sections/section', 'contact'); break; } } else: get_template_part('homepage-sections/section','header'); get_template_part('homepage-sections/section','about'); get_template_part('homepage-sections/section','hire-me'); get_template_part('homepage-sections/section','skills'); get_template_part('homepage-sections/section','resume'); get_template_part('homepage-sections/section','services'); get_template_part('homepage-sections/section','portfolio'); get_template_part('homepage-sections/section','subscribe'); get_template_part('homepage-sections/section','contact'); endif; get_footer();