Archived topic
How to remove the comment date and time. Google displays comment dates on SERP
3 replies · Started by SAGAR on December 27, 2021
I want to remove the comment date and time from my blog. Google picks up the date and time from the comment and displays it on SERP. I have followed this link https://generatepress.com/forums/topic/remove-comment-author-url-link-and-comment-date-time/#post-1555381
but couldn't implement the things. I want a step by step guide. Please help me, I am facing many problems
Hi there,
we made a change in GP 3.1.
Just add this PHP Snippet to your site:
add_filter( 'generate_show_comment_entry_meta', '__return_false' );
This article explains how to add the PHP: https://docs.generatepress.com/article/adding-php/
Okay David
Thanks it worked
Glad to hear that!