Archived topic
Displaying The Publish Date
7 replies · Started by Jodie on September 9, 2021
Hi,
For some reason my posts don't display the publish date, and I want them to.
Can you tell me how to fix this please?
Thanks for your help!
Hi Jodie,
Can you check on Appearance > Customize > Layout > Blog and see if "display post date" is checked for both archive and single tab as shown here? https://share.getcloudapp.com/NQuYW1xj
Yes, I've done as you said and cleared the cache. Are the publish dates showing up?
Ah I see what's the issue here.
You have this CSS on Appearance > Customize > Additional CSS.
/* START OF Remove Post Meta Details Below - End Of Post */
.entry-meta {
display: none;
}
It removes the post meta from display for all the pages on your site.
You can remove it so the entry meta items can appear. :D
That's fixed it! Thank you so much for your help. But now the next published post is displaying at the end of the content, how can I get that to not show please?
That's the post navigation.
You can remove it on Appearance > Customize > Layout > Blog. On the "Single tab", uncheck "display post navigation" as shown here - https://share.getcloudapp.com/Apu9vG1W
Great, thank you so much!
No problem. Glad to be of any help. :D