File: /var/www/html/wpprm/wp-content/themes/ronneby/templates/portfolio/folio-meta.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
<div class="clear"></div>
<div class="entry-meta meta-top">
<?php get_template_part('templates/entry-meta/mini', 'date'); ?>
</div>
<div class="entry-meta meta-bottom">
<span><?php _e('by', 'dfd'); ?></span>
<?php
get_template_part('templates/entry-meta/mini', 'author');
?>
<span><?php _e('in', 'dfd'); ?></span>
<?php
get_template_part('templates/folio', 'terms');
?>
</div>
<div class="clear"></div>