Guest User

Untitled

a guest
Jan 27th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 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" />
  6. <title><?php wp_title('|', true, 'left'); ?></title>
  7. <link rel="profile" href="http://gmpg.org/xfn/11" />
  8. <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
  9.  
  10.  
  11. <?php wp_head(); ?>
  12. </head>
  13.  
  14. <body <?php body_class(); ?>>
  15. <div id="container">
  16. <?php do_action( 'before' ); ?>
  17. <header id="branding" role="banner">
  18. <div id="inner-header">
  19.  
  20. <nav id="access" role="navigation">
  21. <h1 class="assistive-text section-heading"><?php _e( 'Main menu', 'bloggable' ); ?></h1>
  22. <div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'bloggable' ); ?>"><?php _e( 'Skip to content', 'bloggable' ); ?></a></div>
  23. <?php bloggable_main_nav(); // Adjust using Menus in Wordpress Admin ?>
  24.  
  25. </nav><!-- #access -->
  26.  
  27. <hgroup id="site-heading">
  28. <h1 id="site-title"><a href="http://tillthensmileoften.com/wp-content/uploads/2013/01/logo2.png" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
  29. <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
  30. </hgroup>
  31.  
  32. </div>
  33.  
  34. </header><!-- #branding -->
Advertisement
Add Comment
Please, Sign In to add comment