How do I remove the Authors tag after each post?
-
-
Hi there,
Do you mean the line underneath the post title that has the date and author of the post? Or the box at the bottom of the post with your Gravatar, author, and profile information?
-
-
Ok, great! You have a couple options here:
1. If you no longer want the information in your Gravatar profile, you can remove all the information found in the “About you” section under Users > My Profile in your dashboard. That will remove the box below your posts in the Yoko theme and also remove that section from your Gravatar profile.
2. If you want to remove that box but keep your Gravatar profile info, you can use custom CSS to remove the box from your blog posts. To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS:
.author-info { display: none; }This will remove the author box from below your posts.
If you would like to learn more about CSS, you may want to check out these pages:
Editing CSS
Custom CSS
CSS BasicsYou can also get additional CSS support in our community forums from both staff and volunteers:
https://en.forums.wordpress.com/forum/css-customization
- The topic ‘How do I remove the Authors tag after each post?’ is closed to new replies.