File: /var/www/html/site/newsite/wp-content/themes/ooze/template-parts/archive/archive-image.php
<?php
/**
* Show the appropriate content for the Image post format.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Ooze
* @since Ooze 1.0.0
*/
// If there is no featured-image, print the first image block found.
if (has_block( 'core/image', get_the_content() )) {
ooze_print_first_instance_of_block( 'core/image', get_the_content() );
}
if ( absint(ooze_get_option( 'excerpt_length' )) != '0'){
the_excerpt();
}