Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html <?php language_attributes(); ?>>
- <head>
- <meta charset="<?php bloginfo( 'charset' ); ?>" />
- <meta name="viewport" content="width=device-width" />
- <title><?php wp_title('|', true, 'left'); ?></title>
- <link rel="profile" href="http://gmpg.org/xfn/11" />
- <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
- <?php wp_head(); ?>
- </head>
- <body <?php body_class(); ?>>
- <div id="container">
- <?php do_action( 'before' ); ?>
- <header id="branding" role="banner">
- <div id="inner-header">
- <nav id="access" role="navigation">
- <h1 class="assistive-text section-heading"><?php _e( 'Main menu', 'bloggable' ); ?></h1>
- <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>
- <?php bloggable_main_nav(); // Adjust using Menus in Wordpress Admin ?>
- </nav><!-- #access -->
- <hgroup id="site-heading">
- <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>
- <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
- </hgroup>
- </div>
- </header><!-- #branding -->
Advertisement
Add Comment
Please, Sign In to add comment