'post', 'post_status' => 'publish'); query_posts($args); while ( have_posts() ) : the_post(); echo '
'; if ( has_post_thumbnail()) { the_post_thumbnail( 'aaron-featured-posts-thumb' ); } the_title( sprintf( '

', esc_url( get_permalink() ) ), '

' ); echo '
'; endwhile; // end of the loop. wp_reset_query(); ?>