By kerrykwong on Wednesday, 01 February 2017
Posted in General
Likes 0
Views 118
Votes 0
any where can set not display blogger website? code? setting?
You are using a much older version of EasyBlog which we no longer support but we will assist you just this once. You can edit the file /components/com_easyblog/themes/default/author.info.php and remove the codes below at line 47 - 49

[gist]
<?php if( $blogger->getWebsite() != '' ){ ?>
<div class="author-url small mts"><a href="<?php echo $this->escape( $blogger->getWebsite() ); ?>" target="_blank" class="author-url" rel="nofollow"><?php echo $this->escape( $blogger->getWebsite() ); ?></a></div>
<?php } ?>
[/gist]
·
Wednesday, 01 February 2017 13:21
·
0 Likes
·
0 Votes
·
0 Comments
·
solved
·
Wednesday, 01 February 2017 20:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now.
·
Wednesday, 01 February 2017 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post