Advertisement
srikat

Untitled

May 8th, 2015
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 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 '<img src="http://66.147.244.118/~mirjavah/windborne/wp-content/uploads/dynamik-gen/theme/images/windborneheader.png" />';
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement