Home › Forums › Pro Support › Created date on first publish, updated date on update after › Reply To: Created date on first publish, updated date on update after
June 14, 2019 at 5:14 pm
#9867
Keymaster
Give this a shot:
.wp-show-posts-entry-date:before {
content: "Created on ";
}
.wp-show-posts-updated:before {
content: "Updated on ";
}