• Hi Guys

    How do I setup the “Published on” and “Last updated” dates on my blog posts?

    Ps:- Something neat and theme specific

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @sie3

    These minor CSS adjustments will assist you in displaying the last updated date on the single post of your website. Please add the following CSS code in the Additional CSS field within the customizer panel.

    .single-post .entry-date.published {
    display: none;
    }
    .single-post .updated {
    display: block;
    }

    Thank you.
    Mystery Themes Support Team

    • This reply was modified 8 months, 2 weeks ago by Raj Shrestha.
    Thread Starter sie3

    (@sie3)

    Thanks, Raj

    The featured posts however have both the “published on” date and the “Last updated” merged. Is there a way to separate the two for a cleaner look?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘“Last updated” setup on blog posts’ is closed to new replies.