1. To remove the author from the search results in EasyBlog, edit the file /components/com_easyblog/themes/wireframe/search/default.php and remove the codes below:
<div>
<i class="fa fa-pencil"></i>
<a href="<?php echo $post->getAuthor()->getPermalink();?>"><?php echo $post->getAuthor()->getName(); ?></a>
</div>
2. To remove the author from the email notifications, edit the file /components/com_easyblog/themes/wireframe/emails/html/post.new.php and remove the codes below,
<a href="<?php echo $blogAuthorLink;?>" style="text-decoration: none; font-weight: bold; color: #247acf;"><?php echo $blogAuthor;?></a>