id="post-" >
class="entry-content"> "%s"', 'blogig' ), array( 'span' => array( 'class' => array(), ), ) ), wp_kses_post( get_the_title() ) ) ); do_action( 'blogig_after_single_content_hook' ); wp_link_pages( array( 'before' => '', ) ); ?>
get_the_ID() ]); if( count( $tag_count ) != 0 ) : blogig_tags_list(); endif; blogig_entry_footer(); ?>
'. get_avatar( get_the_author_meta( 'ID' ) ) .''; ?>
'. get_the_author() .''; if( ! empty( get_the_author_meta( 'description' ) ) ) echo '
'. get_the_author_meta( 'description' ) .'
'; ?>
' . get_the_date() . ''; $next_post_date = '' . get_the_date() . ''; // 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( array( 'prev_text' => '', 'next_text' => '' ) ); ?>