<?php get_header(); ?> <div class="content"> <div class="primary"> <?php get_template_part( 'theloop' ); ?> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>