Remove author, date and category from all posts

Steak House, food and drink theme, is now available on support forum.
GK User
Tue Sep 08, 2015 8:53 am
Hi,
Is there a way to remove author, date and category from all posts.
In a way that when I add a new post I don't have to go and disable these things

Thanks in advance
User avatar
Senior Boarder

GK User
Tue Sep 08, 2015 8:56 am
Hi,

Try to add this custom css code into your css/override.css file or child's style.css file or use any cusotm css plugin:
Code: Select all
.entry-header time,
.entry-header + .item-author,
.item-info {
  display: none;
}
User avatar
Moderator

GK User
Tue Sep 08, 2015 9:10 am
Thanks for your quick reply,
How about the social icons after the post? Some other Gavick themes have this config in the theme settings.
I would prefer a non-css solution as it would be great to improve performance too (less things loading), but if not possible I would understand and try to hack the code myself.
User avatar
Senior Boarder

GK User
Tue Sep 08, 2015 10:33 am
Social icons may be disabled in Appearance -> Customize -> Features section (Post Social Icons option), but there's no built in options for hiding date, author etc.
User avatar
Moderator

GK User
Tue Sep 08, 2015 3:09 pm
Thanks, dunno how could I miss that
User avatar
Senior Boarder


cron