Advertisement
Guest User

header

a guest
Mar 5th, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <body <?php body_class(); ?>>
  2. <div id="wrapper">
  3. <div id="page" class="hfeed site">
  4. <header id="masthead" class="site-header" role="banner">
  5. <h1 class="site-title"><a href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php bloginfo('name'); ?></a></h1>
  6. <h1 class="menu-toggle">m</h1>
  7. <nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
  8. <a class="screen-reader-text skip-link" href="#content"><?php _e('Skip to content', 'expositio'); ?></a>
  9. <span id="navigation-close">&#10005;</span>
  10. <?php wp_nav_menu(array('theme_location' => 'primary', 'menu_class' => 'nav-menu', 'container_id' => 'top-main-menu', 'fallback_cb' => false)); ?>
  11. <?php wp_nav_menu(array('theme_location' => 'secondary', 'menu_class' => 'nav-menu', 'container_id' => 'top-right-menu', 'fallback_cb' => false)); ?>
  12. </nav>
  13. <footer id="colophon" class="site-footer" role="contentinfo">
  14. <div class="site-info">
  15. <?php printf(__('Nuria Ruiz')
  16. );
  17. ?>
  18. </div><!-- .site-info -->
  19. <div class="copyright">&#169; 2016</div>
  20. </footer><!-- #colophon -->
  21. </header><!-- #masthead -->
  22. <div id="header-helper"></div>
  23.  
  24. <div id="main" class="site-main">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement