`<?php
$month = get_the_time(‘m’);
$year = get_the_time(‘Y’);
?>
<div itemprop=”dateCreated” class=”edgtf-post-info-date entry-date published updated”>
<?php if(get_content){ ?>
<a itemprop=”url” href=”<?php the_permalink() ?>”>
<?php } else { ?>
<a itemprop=”url” href=”<?php echo get_month_link($year, $month); ?>”>
<?php } ?>
<?php the_time(get_option(‘date_format’)); ?>
</a>
<meta itemprop=”interactionCount” content=”UserComments: <?php echo get_comments_number(kamera_edge_get_page_id()); ?>”/>
</div>