> '; if ( has_post_thumbnail() ) { $layout = shapely_get_layout_class(); $size = 'shapely-featured'; if ( 'full-width' == $layout ) { $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(), ); ?>