Home › Forums › Support › X-Number thoughts on “Post Title” This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 16, 2019 at 7:03 am #1036190 Sourish Hello, i want to change the word “thoughts on” and replace it with “Comments on” for posts. Where can i do that. thanks. October 16, 2019 at 7:53 am #1036367 DavidStaff Customer Support Hi there, this PHP snippet does that: https://docs.generatepress.com/article/generate_comment_form_title/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 16, 2019 at 8:01 am #1036379 Sourish 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 ? October 16, 2019 at 8:19 am #1036396 DavidStaff Customer Support This article explains the two ways of adding PHP https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In