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

' . blogzee_posted_on( $previous->ID, '', [ 'return' => true ] ) . '' : ''; $next_post_date = ! empty( $next ) ? '' . blogzee_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 .'
' ] ); ?>