', '' );
endif;
// post meta
?>
' .( ( $read_time_option == 'customizer' ) ? blogmatic_post_read_time( get_the_content() ) : $read_time_meta ) . '';
if( BMC\blogmatic_get_customizer_option( 'archive_read_time_icon' ) ) {
$archive_read_time_icon = BMC\blogmatic_get_customizer_option( 'archive_read_time_icon' );
$icon_html = blogmatic_get_icon_control_html($archive_read_time_icon);
if( $icon_html ) $read_time = $read_time . $icon_html;
}
echo '' .$read_time. '';
/* Comment */
$comments_num = '';
if( BMC\blogmatic_get_customizer_option( 'archive_comments_icon' ) ) {
$archive_comments_icon = BMC\blogmatic_get_customizer_option( 'archive_comments_icon' );
$icon_html = blogmatic_get_icon_control_html($archive_comments_icon);
if( $icon_html ) $comments_num = $comments_num . $icon_html;
}
echo '';
?>
', '' );
// 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' );
?>