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;
}