>
'; foreach( $source as $image ) { echo ''; } echo '
'; echo '
'; echo '
'; endif; } else { blogmatic_post_thumbnail( $archive_image_size ); } ?>
'; $control_id = is_string( blogmatic_get_post_format() ) ? blogmatic_get_post_format() . '_post_format_icon_picker' : 'standard_post_format_icon_picker'; $icon_picker = BMC\blogmatic_get_customizer_option( $control_id ); $post_format_icon = blogmatic_get_icon_control_html( $icon_picker ); $postFormatClass = 'post-format-icon'; if( ! empty( $icon_picker ) && is_array( $icon_picker ) && array_key_exists( 'type', $icon_picker ) && $icon_picker['type'] == 'svg' ) $postFormatClass .= ' type--svg'; if( $post_format_icon ) echo ''. $post_format_icon .''; echo ''; ?>
', '' ); endif; // post meta ?> ', '' ); // post excerpt echo '
'; echo wp_trim_words( get_the_excerpt(), 17 ); echo '
'; if( $is_list_three ) : blogmatic_get_post_categories( get_the_ID(), 2 ); endif; /** * hook - blogmatic_section_block_view_all_hook * archive post button */ if( has_action( 'blogmatic_section_block_view_all_hook' ) ) do_action( 'blogmatic_section_block_view_all_hook' ); ?>