Hey @sidra
Thanks for using Neve and reaching out.
It is not possible to display both of the date together.
In case you want to show the last updated date, just navigate to Dashboard > Appearance > Customize > Layout > Blog / Archive, open the Post Meta accordion, and enable the use of the last updated date.
You can view this screenshot for reference – https://vertis.d.pr/i/1Js6pD
I hope it helps, thank you!
Thread Starter
sidra
(@sidra)
Thanks for response
Yes I know about it but if it’s active it shows just the updated post date so if it’s active it’s just showing the updated post date and if it’s inactive it just shows publish post date I want to display both dates.
- This reply was modified 3 hours, 5 minutes ago by sidra.
Hey @sidra
Could you try this Custom CSS on the site –
.nv-meta-list .posted-on:not(.nv-show-updated) .updated {
display:block;
}
Let me know how it goes, thank you!
Thread Starter
sidra
(@sidra)
Thanks @kushnamdev its working fine now. Thanks you solved my issue