Hi. I’d like to remove the post date from the front end. How do I do this? Is there a shortcode?
@tash Hello,
Are you using a WPZOOM Theme? Can you tell which one?
All of our premium themes include options to hide details like the date.
If you’re a WPZOOM customer, please open a support ticket here:
if you use lite version you can do this like this:
.entry-date {
display: none
}
add this to your custom css.