Archived topic
Comment Date missing for a particular post
7 replies · Started by Ramesh Srinivasan on September 12, 2022
Hi GP Support,
The comment date is not showing up for a particular post. I haven't added any custom CSS or anything for this post, and using the default GP settings in Customizer. The comment date works for all other posts.
GP Theme version 3.1.3
GP Premium Version 2.1.2
Can you help?
Hi Ramesh,
In Simple CSS, you have this code:
.comment-metadata {
display: none
}
Try removing that and see how it goes.
Hi Fernando,
It's already commented out. This is what I have in Simple CSS:
/* Remove Comments Meta/Date */
/* .comment-metadata { display: none;} */
Checked again. It's not commented out from my end. Try clearing all caching mechanisms you have.
It's at the very bottom of Simple CSS. These two:
.comment-form #url {
display: none
}
.comment-metadata {
display: none
}
Hi Fernando,
It's very weird. It's not appearing on other posts. And it's still there even after I removed the already-commented entry and saved it.
Did you add the CSS to the Post itself? Try editing the post itself and see if the Simple CSS metabox has CSS in it.
Bingo! That was it. You're awesome, Fernando.
Thank you.
You're welcome Ramesh!