Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s possible to hide it with CSS, just find the element you don’t want to display and then add display:none statement to your template css modification. It’s the easiest way to do that without having to modify templates.

    Example:

    .nessio_gl div.entry-meta {
        display: none;
    }

    Thread Starter w0rdpre55

    (@w0rdpre55)

    thanks spocklw.

    meanwhile i’ve used the plugin: WP Author, Date and Meta Remover

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to remove the date’ is closed to new replies.