>
'; $control_id = is_string( blogistic_get_post_format() ) ? blogistic_get_post_format() . '_post_format_icon_picker' : 'standard_post_format_icon_picker'; $icon_picker = BIT\blogistic_get_customizer_option( $control_id ); $post_format_icon = blogistic_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; if( BIT\blogistic_get_customizer_option( 'archive_excerpt_option' ) ) { echo '
'; echo get_the_excerpt(); echo '
'; } /** * hook - blogistic_section_block_view_all_hook * archive post button */ if( has_action( 'blogistic_section_block_view_all_hook' ) ) do_action( 'blogistic_section_block_view_all_hook', [ 'show_button' => $archive_button_option ] ); ?>