File "meta-date.php"
Full Path: /home/digimqhe/flashdigi.uk/comment-content/includes/blog/meta-date.php
File size: 269 bytes
MIME-type: text/x-php
Charset: utf-8
<?php defined( 'ABSPATH' ) || exit;
if(!empty($ShowDate) && $ShowDate == 'yes') { ?>
<span class="post-meta-date"><a href="<?php echo esc_url(get_the_permalink()); ?>" class="tpgb-dynamic-tran post-entry-date"><?php echo get_the_date(); ?></a></span>
<?php } ?>