Skip to content

Instantly share code, notes, and snippets.

@RhythmShahriar
Created October 14, 2013 13:01
Show Gist options
  • Save RhythmShahriar/6975238 to your computer and use it in GitHub Desktop.
Save RhythmShahriar/6975238 to your computer and use it in GitHub Desktop.
<?php
/**-------------------------------------------
* @package Code Snippets
* @link http://rhythmshahriar.com/code/
* @author Rhythm <[email protected]>
* @copyright Copyright (c) 2013, Rhythm Shahriar
-------------------------------------------------*/
/** Modify the author box title */
add_filter( 'genesis_author_box_title', 'rs_author_box_title' );
function rs_author_box_title() {
return 'Your Title Goes Here';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment