Site logo

[Resolved] How to show post update date to visitors instead of post published date?

Home Forums Support [Resolved] How to show post update date to visitors instead of post published date?

Home Forums Support How to show post update date to visitors instead of post published date?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #585398
    Jemee

    Hi,
    It’s important for me. I want to show post update date to my visitors. I don’t want my visitors to see the post published date. Help me to fix this and of course need to put schema “update” class.

    Screenshot_76

    Thank You

    #585422
    Leo
    Staff
    Customer Support
    #585496
    Jemee

    Thank you so much. It works but need to change some code.
    Here are the codes which work for me.

    .published {
        display: none;
    }
    .updated:before {
        content: "Last Updated ";
    }
    .updated {
        display: inline-block !important;
    }
    #585733
    Leo
    Staff
    Customer Support

    Awesome.

    Glad you figured out!

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