Skip to content

Instantly share code, notes, and snippets.

@saivarunk
Created February 7, 2016 08:12
Show Gist options
  • Save saivarunk/7fb3b733f732dbba6600 to your computer and use it in GitHub Desktop.
Save saivarunk/7fb3b733f732dbba6600 to your computer and use it in GitHub Desktop.
//* Customize the author box title
add_filter( 'genesis_author_box_title', 'custom_author_box_title' );
function custom_author_box_title() {
return '<strong>About the Author</strong>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment