?AlkantarClanX12
| Current Path : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/blog/templates/classic/parts/ |
| Current File : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/blog/templates/classic/parts/author.php |
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
<!-- Entry Author -->
<div class="entry-author">
<span><?php esc_html_e('By', 'nexteuv'); ?></span>
<?php echo get_avatar( get_the_author_meta( 'ID' ), 25 ); ?>
<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><!-- Entry Author -->