12
);
$latest_posts_query = new WP_Query( $args );
// The Loop
if ( $latest_posts_query->have_posts() ) {
while ( $latest_posts_query->have_posts() ) {
$latest_posts_query->the_post();
// Get the standard index page content
if (has_post_thumbnail()) {
echo '';
the_post_thumbnail('square-thumb', array( 'class' => 'item__image' ));
echo '