Reply To: How can I remove author and date of the post

Home Forums Support How can I remove author and date of the post Reply To: How can I remove author and date of the post

Home Forums Support How can I remove author and date of the post Reply To: How can I remove author and date of the post

#198355
Tom
Lead Developer
Lead Developer

Hi there,

Our Blog add-on allows you to do this in the Customizer.

Alternatively you can use this CSS:

.entry-header .entry-meta {
    display: none;
}

If you’re using the child theme you can add it in “Appearance > Editor”.

Another option is to use the PHP filters: https://generatepress.com/knowledgebase/filter-list/