Site logo

Archived topic

X-Number thoughts on “Post Title”

3 replies · Started by Sourish on October 16, 2019

Viewing posts 1–4 of 4

Hello, i want to change the word "thoughts on" and replace it with "Comments on" for posts. Where can i do that.

thanks.

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 archived topic is closed to new replies.