Advertisement
srikat

Untitled

Aug 20th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. //* Customize the author box title
  2. add_filter( 'genesis_author_box_title', 'custom_author_box_title' );
  3. function custom_author_box_title() {
  4.     return '<strong>About the Author</strong>';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement