Hello,
I want that when I publish a post on my website only the date is visible, that the author and the comments do not appear.
Thanks
A
Andrea
Original poster
Member
Hello,
I want that when I publish a post on my website only the date is visible, that the author and the comments do not appear.
Thanks
Hi Andrea,
Try the CSS below
.meta-item:nth-child(2), .meta-item:nth-child(3) {
display: none;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards