20 ); $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()) { the_post_thumbnail('side-gallery-thumb'); } } } /* Restore original Post Data */ wp_reset_postdata(); ?>
Quick view