Tagged: author the_author get_author_posts_url
Hello.
I want to hide author information for all posts. Is there any option for this in the Interface theme?
Regards
Hi pavlo.golub,
If you want to hide only author information then goto dashboard -> appearance -> theme options -> design options -> custom css
.by-author.vcard.author { display: none; }
Thank you!