Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. function onepress_site_header(){
  2. ?>
  3. <header id="masthead" class="site-header" role="banner">
  4. <div class="container">
  5. <div class="site-branding">
  6. <?php
  7. onepress_site_logo();
  8. ?>
  9. </div>
  10. <!-- .site-branding -->
  11.  
  12. <div class="header-right-wrapper">
  13. <a href="#0" id="nav-toggle"><?php _e('Menu', 'onepress'); ?><span></span></a>
  14. <nav id="site-navigation" class="main-navigation" role="navigation">
  15. <ul class="onepress-menu">
  16. <?php wp_nav_menu(array('theme_location' => 'primary', 'container' => '', 'items_wrap' => '%3$s')); ?>
  17. </ul>
  18. </nav>
  19. <!-- #site-navigation -->
  20. </div>
  21. </div>
  22. </header><!-- #masthead -->
  23. <?php
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement