????
| Current Path : /home2/morganrand/public_html/sub/wp-content/themes/writee/inc/theme/views/ |
| Current File : /home2/morganrand/public_html/sub/wp-content/themes/writee/inc/theme/views/content-post-footer.php |
<?php
/****************************************/
## Blog post header content.
/***************************************/
?>
<div class="entry-footer">
<?php if(!is_single()): ?>
<div class="entry-footer-top">
<a href="<?php echo get_the_permalink()?>" title="<?php the_title_attribute() ?>" class="entry-button"><?php echo __('Continue Reading', 'writee'); ?></a>
</div>
<?php endif; ?>
<div class="entry-footer-bottom">
<div class="entry-share">
<?php echo writee_social_sharing_buttons() ?>
</div>
<div class="entry-comments">
<a href="<?php comments_link(); ?>"><span class="fa fa-comment"></span>
<span class="comments-counting"><?php comments_number('0','1','%'); ?></span>
</a>
</div>
</div>
</div>