<?php 
} else {
    weaverx_post_div('content');
    weaverx_the_post_full();
    weaverx_link_pages();
    ?>
		</div><!-- .entry-content -->
<?php 
}
?>
	<div class="atw-aside-margin" style="margin-bottom:20px;"></div>
<?php 
if (!weaverx_compact_post()) {
    weaverx_format_posted_on_footer('aside');
    weaverx_compact_link('check');
} else {
    weaverx_compact_link();
    weaverx_edit_link();
}
?>

<?php 
weaverx_inject_area('postpostcontent');
// inject post comment body
?>
	<div style="clear:both;"></div></article><!-- /#post-<?php 
the_ID();
?>
 -->
        if (comments_open()) {
            ?>
				<span class="comments-link"><?php 
            comments_popup_link('<span class="leave-reply">' . __('Reply', 'weaver-xtreme') . '</span>', __('<strong>1</strong> Reply', 'weaver-xtreme'), __('<strong>%</strong> Replies', 'weaver-xtreme'));
            ?>
</span>
				<?php 
        }
        // End if comments_open()
        ?>
			</div><!-- .entry-utility -->

<?php 
        weaverx_compact_link('check');
        weaverx_edit_link();
        ?>
		</footer><!-- #entry-utility -->
<?php 
    } else {
        weaverx_compact_link('check');
        weaverx_edit_link();
    }
}
weaverx_inject_area('postpostcontent');
// inject post comment body
?>
	<div style="clear:both;"></div></article><!-- /#post-<?php 
the_ID();
?>
 -->