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' => '
' . esc_html__( 'Pages:', 'blogistic' ),
'after' => '
',
)
);
?>
'. 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 ) ? ''. $prev_post_navigation_sub_title .'
'. $prev_post_date . '
' . $post_navigation_title. '
',
'next_text' => ''. $next_post_date . '
' . $post_navigation_title .'