'; if ( has_post_thumbnail() ) { $layout = ( function_exists( 'shapely_get_layout_class' ) ) ? shapely_get_layout_class() : ''; $size = 'shapely-featured'; if ( $layout == 'full-width' ) { $size = 'shapely-full'; } $image = get_the_post_thumbnail( get_the_ID(), $size ); } $allowed_tags = array( 'img' => array( 'data-srcset' => true, 'data-src' => true, 'srcset' => true, 'sizes' => true, 'src' => true, 'class' => true, 'alt' => true, 'width' => true, 'height' => true ), 'noscript' => array() ); ?>