Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Erase author and date on posts

New Front EN Support Forums Kabuki Theme Support Erase author and date on posts Reply To: Erase author and date on posts

#6877
mmsatori
Keymaster

Hey Fran,

first of all, thank you for using Kabuki!

Removing the post meta information on blog has not been envisaged as a back-end setting, yet you can achieve that via CSS, by adding this code into the theme’s “style.css” file:

.post-meta { display: none; }

I highly recommend doing this (and other customizations) via a child theme.

Sincerely,
Andrii / Satori Studio