I’ve selected to show the date of a post, so have selected to post meta, but I can’t see a way to only show the date.
I don’t need the author as there is only one on the site, the category as there is only one category or the post a comment as comments have been removed.
I’ve tried doing it with CSS, but although it seems to works when testing in CSS Hero, adding the CSS to the theme settings section doesn’t hide them.
While writing this post, some suggestions appeared, and I tried to add the following css, but it didn’t work:
.p-meta > span:nth-child(1),
.p-meta > span:nth-child(2):after,
.p-meta > span:nth-child(3) {
display: none;
}
Thank you.