Archived topic
Remove time at the comments
4 replies · Started by breaked on January 15, 2018
Hey there,
I only want to delete the time at the comments.
Could anyone help?
Hi there,
Just the time and keeping the date?
If so you need to do overwrite the entire comments function as Tom suggested here:
https://generatepress.com/forums/topic/removing-date-time-from-comments/#post-249826
https://generatepress.com/forums/topic/removing-date-time-from-comments/#post-250025
If you want to remove the date as well then we can use CSS easily :)
I'm sorry, but I do not know exactly what to do with the linked posts from you.
I only want to remove the time not the date.
Of course it would be simpler to remove everything by css, the idea also came to me, but I don't like that.
So ... I did it.
I add this new snippet, an delete the time at line 141.
https://github.com/tomusborne/generatepress/blob/1.3.40/inc/template-tags.php#L110-L169
Awesome :)
Glad you figured out!