remove author from posts
-
Hello – I am using the TDEditor theme on one of my blogs and I want to remove the ‘Author’ from showing in the posts.
Can you please tell me if this is possible?THanks – Carolyn
The blog I need help with is: (visible only to logged in users)
-
Hi Carolyn,
Let’s start by adding this CSS to your site. Open up your Customizer, select the CSS tab, and copy + paste this code into that editor:
.author-info{ display:none; }Let me know if that accomplishes what you need. :)
Best,
-Alex G.
-
Thank you – it has removed the ‘Posted by …’ – however the author image is still displaying.
Is there any way to remove that as well?
Thanks again. -
Hi again!
If you’d like the author’s avatar removed too, add in this CSS as well:
.entry-author{ display: none; }Best,
-Alex G.
- The topic ‘remove author from posts’ is closed to new replies.