id="post-" >
'; echo '
'; ?>
class="entry-content"> "%s"', 'blogistic' ), array( 'span' => array( 'class' => array(), ), ) ), wp_kses_post( get_the_title() ) ) ); do_action( 'blogistic_after_single_content_hook' ); wp_link_pages( array( 'before' => '', ) ); ?>
'. get_avatar( get_the_author_meta( 'ID' ) ) .''; ?>
'. get_the_author() .''; if( $single_author_description_option && ! empty( get_the_author_meta( 'description' ) ) ) echo '
'. get_the_author_meta( 'description' ) .'
'; ?>
' . blogistic_posted_on( $previous->ID, '', [ 'return' => true ] ) . '' : ''; $next_post_date = ! empty( $next ) ? '' . blogistic_posted_on( $next->ID, '', [ 'return' => true ] ) . '' : ''; endif; // thumbnail if( $post_navigation_thumbnail_option ) : $prev_post_thumbnail = ( ! empty( $previous ) ) ? get_the_post_thumbnail_url( $previous->ID ) : ''; $next_post_thumbnail = ( ! empty( $next ) ) ? get_the_post_thumbnail_url( $next->ID ) : ''; endif; // sub-title $prev_post_navigation_sub_title = ''; $next_post_navigation_sub_title = ''; // title $post_navigation_title = '%title'; echo get_the_post_navigation( [ 'prev_text' => '
'. $prev_post_navigation_sub_title .'
'. $prev_post_date . '
', 'next_text' => '
'. $next_post_date . '
'. $next_post_navigation_sub_title .'
' ] ); endif; ?>