Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Don’t show publish date on posts

  • #7523
    Avatar photo[anonymous]

    Helo,

    How can I hide the date of the posts.

    My site is:

    https://newbgweb.com/

    My theme is mercury

    I use

    #7525
    Avatar photo[anonymous]

    Hi,

    One method to hide the date display on the ‘Cards’ on the main page,  is adding the following to Custom CSS (under Tools & Plugins -> Custom CSS)

    .c-card__text time {
      display: none;
    }
    #7526
    Avatar photo[anonymous]

    Thanks!

    #7527
    Avatar photo[anonymous]

    If you want to hide all dates, try:

    .c-card__text time, .post__related__wrap figcaption > time {
      display: none;
    }
    #7528
    Avatar photo[anonymous]

    The ‘Post Options’ in custom settings under theme section has options to disable dates

    #7530
    Avatar photoBob

    Hey guys,

    I will add a dedicated option to disable the date on cards in the upcoming Publii / themes release.