Advertisement
srikat

Untitled

Jan 20th, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.29 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 width="1200" height="294" border="0" alt="" usemap="#header" src="http://www.image-maps.com/m/private/0/6fdc8boq6kusq39j9ud50hf4l0_itty-bitty-rockstar-header-w-etsy.png" id="Image-Maps-Com-header">
  9.     <map id="ImageMapsCom-header" name="header">
  10. <area href="http://ittybittyrockstar.com/about/" target="_self" title="" alt="" coords="337,248,519,294" shape="rect">
  11. <area href="http://www.etsy.com/shop/ittybittyrockstar" target="_self" title="" alt="" coords="519,248,701,294" shape="rect">
  12. <area href="http://ittybittyrockstar.com/designs/" target="_self" title="" alt="" coords="701,252,883,294" shape="rect">
  13. <area href="http://ittybittyrockstar.com/faq/" target="_self" title="" alt="" coords="888,252,1070,294" shape="rect">
  14. <area href="http://ittybittyrockstar.com" target="_self" title="" alt="" coords="156,252,338,294" shape="rect">
  15. <area href="http://ittybittyrockstar.com" target="_self" title="" alt="" coords="10,30,1200,206" shape="rect">
  16. <area href="http://www.image-maps.com/index.php?aff=mapped_users_0" title="Image Map" alt="Image Map" coords="1198,292,1200,294" shape="rect">
  17. </map>';
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement