• Resolved martin24

    (@martin24)


    Hey Athemes team,

    Is there some way i can replace the date in my posts with ‘last updated date’ or ‘last modified date’ ? I am currently on free version of Sydney theme.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @martin24,

    Try adding this CSS code to Appearance > Customize > Additional CSS if you can access your site’s dashboard and the menu is visible to you.

    .hentry .posted-on > a > .updated:not(.published) {
        display: inline !important;
    }
    
    .hentry .posted-on > a > .entry-date:not(.updated) {
        display: none;
    }
    Thread Starter martin24

    (@martin24)

    Thank you dear ! Now Sydney theme is showing last updated date successfully. Thanks for the awesome theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there any way i can replace the date in posts with ‘last updated date’’ is closed to new replies.