Start loop and continue it in included template? Possible?

So your code was like this? Then I have no idea why it messed up your page. I’ve never had problems with this.

<?php	
global $post;
$args = array(				
     'post_type' =&gt; 'case'			
); 			
$the_query = new WP_Query( $args );		
?>

Is this the only loop you are using on this page?