?>
" <?php 
post_class('post-content content-status post-format ' . weaverx_post_class());
?>
>
<?php 
if (!weaverx_compact_post()) {
    ?>
		<header class="entry-header">
<?php 
    weaverx_entry_header('status');
    if (comments_open() && !post_password_required()) {
        ?>
			<div class="comments-link">
<?php 
        weaverx_comments_popup_link();
        ?>
			</div>
<?php 
    }
    ?>
		</header><!-- .entry-header -->

		<?php 
    if (weaverx_show_only_title()) {
        return;
    }
}
if (weaverx_do_excerpt() && !weaverx_compact_post()) {
    // Only display Excerpts for Search
    weaverx_post_div('summary');
 function weaverx_post_top_meta($type = '')
 {
     /**
      * Prints HTML with meta information for the top meta line.
      */
     // $type for single
     echo "<div class=\"entry-meta \">\n";
     weaverx_posted_on($type);
     weaverx_comments_popup_link();
     echo "</div><!-- /entry-meta -->\n";
 }