On Category search page and Tag search page, how can I hide the Date, Author and Comments?
Best regards,
On Category search page and Tag search page, how can I hide the Date, Author and Comments?
Best regards,
Hi tokyojo,
Use the following CSS
.archive article .meta {
display: none;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards
It worked!
Thank you very much!