Viewing File: /home/maglabs/exclusive/wp-content/plugins/g5-blog/templates/loop/meta/author.php
<?php
// Do not allow directly accessing this file.
if (!defined('ABSPATH')) {
exit('Direct script access denied.');
}
/**
* @var $author_Id
* @var $author_name
*/
?>
<a href="<?php echo get_author_posts_url( $author_Id ); ?>" title="<?php esc_attr_e('Browse Author Articles','g5-blog') ?>">
<i class="far fa-user"></i> <span><?php echo esc_html($author_name); ?></span>
</a>
Back to Directory
File Manager