how do i remove author info at bottom of each post?
-
how do i remove author info at bottom of each post?
The blog I need help with is: (visible only to logged in users)
-
Hi Fernando,
That’s actually a feature that’s built into the theme itself. You can hide it if you edit CSS, but you will need to purchase the WordPress.com Premium upgrade to use that. Once you purchase it, go to Appearance → Customize → CSS and add this:
#entry-author-info { display: none; }Cheers!
-
-
- The topic ‘how do i remove author info at bottom of each post?’ is closed to new replies.