while ( have_posts() ) : the_post();
.....
endwhile;setup_postdata();add_filter('posts_join', ...);
add_filter('posts_where', ...);
add_filter('posts_groupby', ...); the_title();
the_post_thumbnail( 'thumbnail' );<?php wp_deregister_script( 'jquery' ); ?>