/
home
/
rekodeb
/
webrodez
/
wp-content
/
themes
/
calmer
/
template-parts
/
blog
/
excerpt
/
Upload File
HOME
<?php /** * Show the appropriate content for the Gallery post format. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package WordPress * @subpackage asset * @since asset 1.0 */ // Print the 1st gallery found. if ( has_block( 'core/gallery', get_the_content() ) ) { calmor_print_first_instance_of_block( 'core/gallery', get_the_content() ); } the_excerpt();