File "post-meta-style-1.php"

Full Path: /home/digimqhe/flashdigi.uk/comment-content/includes/blog/post-meta-style-1.php
File size: 639 bytes
MIME-type: text/x-php
Charset: utf-8

<?php defined( 'ABSPATH' ) || exit; ?>
<div class="post-meta-info post-info-style-1">
	<?php include TPGB_INCLUDES_URL. 'blog/meta-date.php'; 
		if(!empty($ShowDate) && $ShowDate == 'yes' && !empty($ShowAuthor) && $ShowAuthor == 'yes') {
	?>
		<span class="tpgb-dynamic-tran">|</span> 
	<?php }
		if(!empty($ShowAuthor) && $ShowAuthor == 'yes') {
	?>
		<span class="post-meta-author tpgb-dynamic-tran"><?php echo wp_kses_post($authorTxt); ?> <a href="<?php echo esc_url(get_author_posts_url(get_the_author_meta('ID'))); ?>" rel="author" class="tpgb-dynamic-tran"><?php echo get_the_author(); ?></a></span>
	<?php } ?>
</div>