Hello there, I want to display ‘last updated’ date on single page/post and on home page seen by normally date format like 14 august 2018.
My css is below
.posted-on .updated {
display: block;
}
This is for my site SoftwareTestingHelp .com
BUT this updated date is showing ONLY on POSTS. I want to show the same on PAGES as well.
Can I know what is wrong here?