Archived topic
X-Number thoughts on “Post Title”
3 replies · Started by Sourish on October 16, 2019
Hello, i want to change the word "thoughts on" and replace it with "Comments on" for posts. Where can i do that.
thanks.
Hi there,
this PHP snippet does that:
https://docs.generatepress.com/article/generate_comment_form_title/
Thank you for the information. I tried to add the code
add_filter( 'generate_comment_form_title', function() {
return 'Comments on';
} );
after content, in the Generatepress hooks section and selected execute php. But it didnt work. Do i have to download this plugin to run it - https://en-ca.wordpress.org/plugins/pluginception/
or edit existing functions.php file of my theme ?
This article explains the two ways of adding PHP