[Resolved] Suppress dates in blog posts in a certain category

Home Forums Support [Resolved] Suppress dates in blog posts in a certain category

Home Forums Support Suppress dates in blog posts in a certain category

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #572328
    Robert

    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.

    #572365
    David
    Staff
    Customer Support

    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;
    }
    #572701
    Robert

    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?

    #572795
    Leo
    Staff
    Customer Support

    This is a bit more complicated.

    Any chance you can open a new topic?

    Thanks!

    #573465
    Robert

    Yes, it is more complicated. I will do a separate post. Thanks for the quick response to my first question!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.