while (have_posts()) : the_post();
?>
the_title() ?>
the_content() ?>
if ($post->ID == 12) { get_template_part('sponsors'); } ?>
if ($post->ID == 8) { get_template_part('willhelfen'); } ?>
if ($post->ID == 5) { get_template_part('wir-ueber-uns'); } ?>
endwhile;
?>
get_footer(); ?>