id="post-" >
class=""> "%s"', 'blogmatic' ), array( 'span' => array( 'class' => array(), ), ) ), wp_kses_post( get_the_title() ) ) ); do_action( 'blogmatic_after_single_content_hook' ); wp_link_pages( array( 'before' => '', ) ); ?>
get_the_ID() ]); if( count( $tag_count ) != 0 ) : blogmatic_tags_list(); endif; blogmatic_entry_footer(); ?>

'. get_the_author_meta( 'description' ) .'
'; ?>
' . blogmatic_posted_on( $previous->ID, '', [ 'return' => true ] ) . '' : ''; $next_post_date = ! empty( $next ) ? '' . blogmatic_posted_on( $next->ID, '', [ 'return' => true ] ) . '' : ''; // thumbnail $prev_post_thumbnail = ( ! empty( $previous ) ) ? get_the_post_thumbnail_url( $previous->ID ) : ''; $next_post_thumbnail = ( ! empty( $next ) ) ? get_the_post_thumbnail_url( $next->ID ) : ''; // sub-title $prev_post_navigation_sub_title = ''; $next_post_navigation_sub_title = ''; // title $post_navigation_title = '%title'; the_post_navigation( [ 'prev_text' => '
'. $prev_post_navigation_sub_title .'
'. $prev_post_date . '
', 'next_text' => '
'. $next_post_date . '
'. $next_post_navigation_sub_title .'
' ] ); ?>