File: /home/dtptviut/domains/edn.dk/private_html/wp-content/themes/citygov/single-info.php
<div class="postinfo p-border">
<?php
$themnific_redux = get_option( 'themnific_redux' );
//tags/likes
if (empty($themnific_redux['tmnf-post-likes-dis'])) {
} else {
the_tags( '<p class="meta taggs"> ', ' ', '</p>');?>
<p class="modified small cntr" itemprop="dateModified" ><?php esc_html_e('Last modified','citygov');?>: <?php the_modified_date(); ?></p>
<?php echo '';}
// prev/next
if (empty($themnific_redux['tmnf-post-nextprev-dis'])) {
} else {
get_template_part('/includes/mag-nextprev');
echo '<div class="clearfix"></div>';}
?>
</div>
<div class="clearfix"></div>