WP Smith

Creating WordPress & Genesis Websites Since 2010

  • Home
  • About
  • Services
  • Blog
  • Contact

Feb 25 2011

How to Change Genesis's Speak Your Mind Comments Heading

For one of my sites, I wanted a more generic, gentler comment heading, so I needed to remove and/or change "Speak Your Mind." Here's how I did that.

[php]add_filter('genesis_comment_form_args', 'custom_comment_form_args');
function custom_comment_form_args($args) {
$args['title_reply'] = 'Leave a Comment';    // $args['title_reply'] = ''; for total removal
return $args;
}[/php]

Written by Travis Smith · Categorized: Genesis, Tutorials

StudioPress Premium WordPress Themes     WP Engine Managed WordPress Hosting

What can I do for you!?

Custom Development

We develop plugins by determining both business/functional and technical requirements, following WordPress development best practices, and using agile methodology to ensure you get the best solution.

Consulting

Have questions? Need a reliable developer to consult? Please contact us today!

Customized Theme

We can customize your theme or child theme, or create a child theme for you based on your needs while enhancing the performance of every individual attribute.

Customized Plugin

We can customize your plugins, extend plugins (e.g., Gravity Forms, Jetpack, Soliloquy) based on your needs ensuring security, performance, and positive business impact.

Contact Us

About Travis Smith

As a WordPress enthusiast, developer, and speaker, Travis writes about what he learns in WordPress trying to help other WordPress travelers, beginners and enthusiasts with tutorials, explanations, & demonstrations.

Comments

  1. trisha says

    March 4, 2011 at 9:55 am

    Thankyou! this was exactly what i had to use this morning. Worked like a charm.

    trisha

    Reply
  2. Travis Smith says

    March 10, 2011 at 8:28 am

    Awesome! Thanks!

    Reply
  3. Affan says

    May 30, 2011 at 8:00 pm

    hi, sorry i have only a little knowledge with genesis since i’m new to it.
    so, where exactly should i place this code? which file?

    thanks

    Reply
    • wpsmith says

      May 30, 2011 at 8:26 pm

      Hello Affan,

      You can place this in your functions.php file below the require_once( TEMPLATEPATH . ‘/lib/init.php’ ); statement.

      Thanks,

      Travis

      Reply
  4. Mary says

    June 6, 2011 at 6:55 pm

    Thanks!!!

    Reply
  5. steve says

    July 29, 2011 at 9:31 pm

    Tried that exactly in the Serenity theme and the site disappeared.! REplaced the code and site still won’t show up!
    Help!

    Reply
    • wpsmith says

      July 29, 2011 at 10:06 pm

      Usually that means that your file was corrupted some how. Copy the guts of functions.php in a new file save it as _functions.php. Delete functions.php and then rename _functions.php to functions.php. And re-upload. If you added other code, you may want to check that for typos and missing parenthesis, comma, or semi-colon.

      Reply
  6. Monika says

    October 7, 2012 at 11:55 am

    Thank you very much! 🙂

    Reply
  7. Garrett says

    October 16, 2012 at 10:10 am

    Hi there this is kinda of off topic but I was wondering if blogs use
    WYSIWYG editors or if you have to manually code with HTML.
    I’m starting a blog soon but have no coding know-how so I wanted to get advice from someone with experience. Any help would be enormously appreciated!

    Reply
    • Travis Smith says

      November 2, 2012 at 1:42 am

      Hello WordPress uses a WYSIWYG editor called TinyMCE. There are also plugins that can expand this or replace it for another if you’d like.

      Reply
  8. Chris Egglesotn says

    February 27, 2013 at 11:11 pm

    Hey Travis, wondering if you could help…
    Is there a way to change the Speak Your Mind text based on the post type?
    For example. I’m building a site for a cook, one post type is recipes, would like to have a different comment title then I would have for the blog post comments.

    Thanks

    Reply
  9. Saliha Ali says

    July 22, 2013 at 10:05 pm

    Hi !!! Thanks for sharing this wonderful post .. I was wondering if there is some way to remove the ‘website’ option from speak your mind area ??

    Reply
  10. Lobo says

    February 24, 2014 at 7:43 am

    This to be inserted in functions.php, and you have removed the “website field”

    add_filter(‘comment_form_default_fields’, ‘url_filtered’);
    function url_filtered($fields)
    {
    if(isset($fields[‘url’]))
    unset($fields[‘url’]);
    return $fields;
    }

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • Twitter
  • Facebook
  • LinkedIn
  • Google+
  • RSS

Copyright © 2025 � WP Smith on Genesis on Genesis Framework � WordPress � Log in