Remove the 'Written by' line at bottom of posts
-
Hi,
I want to remove the written byline at the bottom of my posts.
I have managed to get rid of the gravatar through settings>discussion…. But I want to remove the line completely.
Any ideas? I am using the Hermes theme.
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, it appears you have accomplished this with the following CSS.
.entry-meta { display: none; }Nice job, and you have some outstanding photos!
-
That got rid of the author name on the homepage posts, but it’s still there on each individual post page.
Any way around this?
Thanks
-
Hi, I’m sorry, I missed the author bio at the bottom of the single post pages. Add the following to hide the bio.
.author-container { display: none; } -
Thanks that worked!
Is there a way that I can keep the date on the post (on both the homepage and the post itself), but keep it without the author?
Thank you
-
Change this in your custom CSS
.entry-header .entry-meta { display: none; }to this
.entry-header .entry-meta .byline { display: none; }to get rid of the author only on homepage and single posts and leave the date.
-
-
- The topic ‘Remove the 'Written by' line at bottom of posts’ is closed to new replies.