By Christiane Wolfes on Friday, 28 February 2014
Posted in General Issues
Replies 1
Likes 0
Views 636
Votes 0
I would like to hide the author name in single blogs. Is there any setting for this?

Thanks for support.

Christiane
Hello Christiane,

There no setting to remove it just in entry views, but to remove all would be in Backend > EasyBlog > Themes > Your themes > Show posted by to no.
Or you could do a CSS hide by pasting this in your template CSS file.

.blog-read div.blog-meta > div > span.blog-author {
display: none;
}


Thanks:)
·
Friday, 28 February 2014 06:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post