• How doI remove the dates from the posts on my WordPress blog? I am using the Twenty Fifteen theme.

Viewing 1 replies (of 1 total)
  • Moderator threadi

    (@threadi)

    There are several ways to do this.

    The simplest would be a simple CSS code:

    .posted-on {
    display: none;
    }

    You must store this under Appearance > Customizer > Additional CSS.

    Or you can create a child theme and overload the template file responsible for this output.

    Or you can ask in the support forum of the theme: https://wordpress.org/support/theme/twentyfifteen/

Viewing 1 replies (of 1 total)

The topic ‘Dates on WordPress Blog Posts’ is closed to new replies.