Can I remove author in all my posts?
The topic ‘Can I remove author in all my posts?’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to remove author in posts?
The blog I need help with is: mariatitovatheswan.com
Yes: either by using a theme that does not display the author or buy using the Custom Design upgrade to hide that information (it will still be visible to search engines).
raincoaster, thank you very much!! I have upgraded to the custom design, but can’t find the way to hide the author information
You will have to edit the metadata by editing the CSS code. Search the CSS forums to see if someone has already posted the code you need.
raincoaster, thank you again :)
You’re welcome and good luck.
The post meta data in the Fruit Shake theme looks like this: “Posted by Wan_ Zoe in picture of the day and tagged with Мария Титова, Maria Titova”
To hide that entire line, you could add CSS like this to your Appearance → Themes → Customize → CSS panel:
.entry-meta {
display: none;
}
You could also just hide the author name, but it would leave the “Posted by” text at the beginning and I think it looks a bit funny that way.
.author {
display: none;
}
designsimply, Thank you sooo much!!!
You’re welcome. :)
The topic ‘Can I remove author in all my posts?’ is closed to new replies.