";} if (is_string($vposttypes)) {$vposttype = $vposttypes;} else {$vposttype = '';} echo '
'; bioship_html_comment('article.entry'); $vattributes = hybrid_get_attr('post'); echo '
'; /* Before Entry Hook */ bioship_do_action('bioship_before_entry'); /* Attachment / Media Handler */ bioship_do_action('bioship_media_handler'); /* Entry Header */ bioship_do_action('bioship_entry_header'); /* Thumbnail */ bioship_do_action('bioship_thumbnail'); if ( (THEMEDEBUG) || ( (isset($_GET['debugquery'])) && ($_GET['debugquery'] == 'yes') ) ) : // 1.9.5: allow for separate query-only debugging global $wp_query; $debugquery = $wp_query; echo "
"; endif; if (is_search() || (is_archive() && !is_singular($vposttype)) || !is_singular($vposttype)) : /* Before Excerpt Hook */ bioship_do_action('bioship_before_excerpt'); /* Entry Content Summary */ bioship_html_comment('.entry-summary'); echo '
'; /* the_excerpt() */ bioship_do_action('bioship_the_excerpt'); echo '
'; bioship_html_comment('/.entry-summary'); /* 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) */ bioship_html_comment('.entry-content'); echo '
'; /* the_content */ bioship_do_action('bioship_the_content'); echo '
'; echo '
'; bioship_html_comment('/.entry-content'); /* 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 '
'; bioship_html_comment('/article.entry'); ?>