$item ) { // Featured Image if ( 'featured_image' == $item && $index !== 0 ) { $css_first_margin = 'margin-top:10px;'; } } // Image args $img_args = array( 'alt' => get_the_title(), ); if ( kirhero_schema_markup( 'image' ) ) { $img_args['itemprop'] = 'image'; } // Caption $caption = get_the_post_thumbnail_caption(); ?>