Archived topic
Suppress dates in blog posts in a certain category
4 replies · Started by Robert on May 10, 2018
In one category of post on our website the date of the post has no significance, and we would like to suppress showing the date. How can this be done?
Our website (temp URL) is http://pow.qqp.mybluehost.me/.
The category for which we want to suppress showing dates is Country Profiles.
Hi Robert, WordPress adds categories as classes to the post by default so we cant take advantage of that with some CSS like so:
.category-country-profiles .posted-on {
display: none;
}
It worked great. Thanks, David!
The support you guys give is awesome!
A related question; Now that the dates are gone, can I have the posts arranged alphabetically by title?
This is a bit more complicated.
Any chance you can open a new topic?
Thanks!
Yes, it is more complicated. I will do a separate post. Thanks for the quick response to my first question!