Advertisement
srikat

Untitled

Oct 26th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. //* Remove the default header
  2. remove_action( 'genesis_header', 'genesis_do_header' );
  3.  
  4. //* Add custom header
  5. add_action( 'genesis_header', 'sk_do_header' );
  6. function sk_do_header() {
  7.  
  8.     echo '<a href="http://metro-pro.dev/"><img src="http://metro-pro.dev/wp-content/uploads/2014/10/header-1068x200.jpg" alt="Home" /></a>';
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement