Your IP : 216.73.216.95


Current Path : /var/test/www/foundation/wp-content/themes/kallyas/components/blog/default-modern/
Upload File :
Current File : /var/test/www/foundation/wp-content/themes/kallyas/components/blog/default-modern/blog-footer.php

<?php if(! defined('ABSPATH')){ return; }
/*
 * Get post footer
 * @since v4.0.12
 */

// Fill with conditions if needed
if ( has_tag() ) { ?>

	<div class="kl-blog-item-bottom clearfix">

	    <?php if ( has_tag() ) { ?>
	        <div class="kl-blog-item-tags">
	            <?php echo WpkZn::getPostTags(get_the_ID()); ?>
	            <div class="clearfix"></div>
	        </div><!-- end tags blocks -->
	    <?php } ?>

	</div>

<?php } ?>