$value) { switch($key) { case 'featuredmag': get_template_part( 'templates/mag/mag-featured' ); break; case 'multicatsmag': get_template_part( 'templates/mag/mag-multi-category' ); break; case 'watchnewsmag': get_template_part( 'templates/mag/mag-watch-news' ); break; case 'favoritecatsmag': get_template_part( 'templates/mag/mag-favorite-cats' ); break; case 'recentmag': get_template_part( 'templates/mag/mag-recent-posts' ); break; case 'morenewsmag': get_template_part( 'templates/mag/mag-more-news' ); break; } } endif; ?>