• Home
    • Privacy Policy
    • Contact
  • How to
  • Tips
  • Android
  • WordPress
  • Blogger Tips & Tricks
  • Google
  • Facebook
  • Genesis Tutorials

A New Tab

Change genesis change speak your mind text



One can easily say you are  using genesis theme by looking at the comments line text speak your mind.  It is the common text in almost all genesis framework and in all genesis child themes.  Though the word Speak your mind sounds good but you are giving a clear idea to end-user that you are using genesis theme. This following tutorial will help you to change the default text speak your mind in genesis. Let us have a look how to change this.

Change genesis change speak your mind text

Before stepping further you must create a child theme, if you don’t know how to create a child theme for genesis use this tutorial to create a child theme for genesis theme from scratch and copied the below part of the code in the functions.php child theme

/**
 * Modify speak your mind text in comments
 */
add_filter('genesis_comment_form_args', 'custom_comment_form_args');
function custom_comment_form_args($args) {
    $args['title_reply'] = 'Leave a Comment';
    return $args;
}

The above code will change the above comment text to ‘Leave a Comment’. If you want to have your own you can change accordingly in the above code.



You might also like

  1. How to change the read more text in Genesis
  2. How to change Favicon in Genesis theme
  3. Genesis Theme Tutorials
  4. How to change the size of Featured Image in Genesis Framework
  5. Remove Post Info from Genesis Theme-Genesis Tips
  6. Remove or Edit Post Meta Function in Genesis
  7. Insert Adsense after the first post in Genesis Theme
Filed Under: Genesis Tutorials

Speak Your Mind Cancel reply

*

*

Recent Articles

  • FaceBook introduced Graph Search Friends, Photos : What is it ?
  • How to terminate the account in WHM cPanel
  • How to create a new account in WHM cPanel
  • Unlock Pattern Lock Android tablet-Phone
  • Find Android Version and Update your Samsung Galaxy Tab Automatically
  • Find IMEI Number of your Samsung Galaxy Tab
  • Clean and Speed up chrome with one click

Return to top of page

Copyright © 2013 · Genesis Sample Theme on Genesis Framework · WordPress · Log in