Hello, I use 3 CSS to change posted date to updated date and all work excellent, but after I made header for all posts with auto-pickup heading title, picture, and date, {{post_date}} showing me again date when it was posted not updated.can you tell me what I should put instead {{post_date}} so I can see updated date again. I try {{post_updated_date}} and something similar but not work.
this CSS I use :
.posted-on .updated {
display: inline-block;
}
.posted-on .published {
display: none;
}
.posted-on .updated:before {
content: “Last updated: “;
}
Regards,
Emir