>
%s',
esc_url( get_author_posts_url( (int) get_the_author_meta( 'ID' ) ) ),
get_avatar( get_the_author_meta( 'email' ), 100 )
);
}
/* translators: %s: Name of current post */
the_content( sprintf(
wp_kses( __( 'Continue reading %s →', 'independent-publisher' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '"', '"', false )
) );
else :
the_excerpt();
endif;
?>