Remove author etc from post title
-
Hi, I am using the Independent Publisher 2 theme.
I would like to remove all the meta date which is displayed underneath the title of a post, e.g. author, category, date etc. However, I would like to retain the spaceline if possible.
Thanks
Brian
The blog I need help with is: (visible only to logged in users)
-
Via Custom CSS https://wordpress.com/support/custom-design/custom-css/ add this:
.entry-author-wrapper { display: none; } -
- The topic ‘Remove author etc from post title’ is closed to new replies.