';
/* the_excerpt() */
bioship_do_action('bioship_the_excerpt');
echo '
';
if (THEMECOMMENTS) {echo '';}
/* After Excerpt Hook */
bioship_do_action('bioship_after_excerpt');
/* Entry Footer */
bioship_do_action('bioship_entry_footer');
else :
/* Full Content Display */
/* Before Singular Hook */
bioship_do_action('bioship_before_singular');
/* Author Bio (top)
bioship_do_action('bioship_author_bio_top');
/* Before Main Content */
bioship_do_action('bioship_before_the_content');
/* Entry Content (Full) */
if (THEMECOMMENTS) {echo '';}
echo '';
/* the_content */
bioship_do_action('bioship_the_content');
echo '';
echo '
';
if (THEMECOMMENTS) {echo '';}
/* After Main Content */
bioship_do_action('bioship_after_the_content');
/* Author Bio (bottom) */
bioship_do_action('bioship_author_bio_bottom');
/* Entry Footer */
bioship_do_action('bioship_entry_footer');
/* After Singular Hook */
bioship_do_action('bioship_after_singular');
/* Comments */
bioship_do_action('bioship_comments');
endif;
/* After Entry Hook */
bioship_do_action('bioship_after_entry');
echo '