section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package ameno */ ?> > >
Iceland galcier Iceland galcier

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 '

' . get_the_title() . '

'; echo '
'; } } } /* Restore original Post Data */ wp_reset_postdata(); ?>