Advertisement
Guest User

Untitled

a guest
May 6th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html <?php language_attributes(); ?>>
  3. <head>
  4. <meta charset="<?php bloginfo('charset'); ?>" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title><?php wp_title(); ?></title>
  7. <link rel="profile" href="http://gmpg.org/xfn/11" />
  8. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  9. <?php wp_head(); ?>
  10. </head>
  11.  
  12. <body <?php body_class() ?>>
  13. <div id="wrapper">
  14. <header id="header">
  15. <<?php pinboard_title_tag( 'site' ); ?> id="site-title">
  16. <?php if ( ( '' != get_header_image() ) && ( false != get_header_image() ) ) : ?>
  17. <a href="<?php echo home_url( '/' ); ?>" rel="home">
  18.  
  19.  
  20. <div style="max-width:auto; height:auto; margin: auto;">
  21. <img id="Image-Maps_9201304201124571" src="http://i795.photobucket.com/albums/yy233/bmcglade/pinkampgreenheader2.png" usemap="#Image-Maps_9201304201124571" border="0" max-width:100%; alt=""/>
  22. <map id="_Image-Maps_9201304201124571" name="Image-Maps_9201304201124571">
  23. <area shape="poly" coords="795,79,817,73,838,81,839,3,797,4," href="http://www.facebook.com/somethinglikelifeblog" alt="Something Like Life Blog on Facebook!" title="Something Like Life Blog on Facebook!" />
  24. <area shape="rect" coords="796,3,840,82" href="https://www.facebook.com/somethinglikelifeblog" alt="Something Like Life Blog on Facebook!" title="Something Like Life Blog on Facebook!" />
  25. <area shape="rect" coords="843,1,887,71" href="http://pinterest.com/brittanymcglade/" alt="Something Like Life Blog on Pinterest!" title="Something Like Life Blog on Pinterest!" />
  26. <area shape="rect" coords="890,0,934,62" href="https://twitter.com/mammamcg" alt="Something Like Life Blog on Twitter!" title="Something Like Life Blog on Twitter!" />
  27. <area shape="rect" coords="938,1,982,81" href="http://instagram.com/mammamcg" alt="Something Like Life Blog on Instagram!" title="Something Like Life Blog on Instagram!" />
  28. <area shape="rect" coords="1022,267,1024,269" href="http://www.image-maps.com/index.php?aff=mapped_users_9201304201124571" alt="Image Map" title="Image Map" />
  29. </map>
  30. </div>
  31. </a>
  32. <?php endif; ?>
  33. <a class="home" href="<?php echo home_url( '/' ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
  34. </<?php pinboard_title_tag( 'site' ); ?>>
  35. <?php if( ! is_active_sidebar( 1 ) ) : ?>
  36. <<?php pinboard_title_tag( 'desc' ); ?> id="site-description"><?php bloginfo( 'description' ); ?></<?php pinboard_title_tag( 'desc' ); ?>>
  37. <?php endif; ?>
  38. <?php get_sidebar( 'header' ); ?>
  39. <div class="clear"></div>
  40. <nav id="access">
  41. <a class="nav-show" href="#access">Show Navigation</a>
  42. <a class="nav-hide" href="#nogo">Hide Navigation</a>
  43. <?php wp_nav_menu( array( 'theme_location' => 'primary_nav' ) ); ?>
  44. <div class="clear"></div>
  45. </nav><!-- #access -->
  46. </header><!-- #header -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement