?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/post/templates/minimal/parts/
Upload File :
Current File : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/post/templates/minimal/parts/author.php

<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>

<!-- Entry Author -->
<div class="single-entry-author">
	<div class="meta-author-img">
		<?php echo get_avatar(get_the_author_meta('ID'), 40 );?>
	</div>
	<div class="meta-author-info">
		<span><?php esc_html_e('Written by', 'nexteuv'); ?></span>
		<a href="<?php echo get_author_posts_url(get_the_author_meta('ID'));?>" title="<?php esc_attr_e('View all posts by ', 'nexteuv'); echo get_the_author();?>"><?php echo get_the_author();?></a>
    </div>
</div><!-- Entry Author -->