Advertisement
srikat

Untitled

Oct 26th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. //* Add Site Title in custom header
  2. add_action( 'genesis_header', 'sk_do_header' );
  3. function sk_do_header() {
  4.  
  5.         do_action( 'genesis_site_title' );
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement