query( array( 'ignore_sticky_posts' => 1, 'paged' => $paged )); ?> have_posts() ) : ?>
have_posts() ) : $wp_query->the_post(); ?>
>
$post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC' ) ); if ( !empty($postimgs) ) { $firstimg = array_shift( $postimgs ); $th_image = wp_get_attachment_image( $firstimg->ID, 'full', false ); ?>