Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 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