Guest User

Untitled

a guest
Nov 16th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.39 KB | None | 0 0
  1. <!doctype html>
  2. <html <?php language_attributes(); ?> class="no-js" lang="en">
  3.   <head>
  4.     <meta charset="utf-8" />
  5.     <meta http-equiv="x-ua-compatible" content="ie=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.  
  8.      <?php wp_head(); ?>
  9.   <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato" />
  10.   <link href="//fonts.googleapis.com/css?family=Alegreya+Sans&amp;subset=latin" rel="stylesheet">
  11.    <link href="http://pl.allfont.net/allfont.css?fonts=montserrat-light" rel="stylesheet" type="text/css" />
  12.    <link rel="shortcut icon" href="http://socozy.pl/favicon.ico" type="image/x-icon">
  13. <link rel="icon" href="http://socozy.pl/favicon.ico" type="image/x-icon">
  14.   </head>
  15.  
  16.   <body <?php body_class(); ?> itemscope="itemscope" itemtype="http://schema.org/WebPage">
  17.  
  18.   <header id="top-menu" class="top-bar" itemscope="itemscope">
  19. <br>
  20.     <div class="menu-container-mobile" data-responsive-toggle="menu-container" data-hide-for="large">
  21.        
  22.     </div>
  23.  
  24.     <div class="topbar-title title-logo" itemscope="itemscope" itemtype="http://schema.org/WPHeader" role="banner">
  25.           <?php if (has_custom_logo()) {
  26.               the_custom_logo();
  27.           } else { ?>
  28.           <a href="<?php echo esc_url(home_url( '/' )); ?>" title="<?php bloginfo( 'name', 'display' );?> - <?php bloginfo( 'description' ); ?>">
  29.             <h1 id="sitetitle"><?php bloginfo( 'name', 'display' );?></h1>
  30.           </a>
  31.         <?php } ?>  
  32.        
  33.     </div>
  34.  
  35.     <div id="menu-container" class="menu-container">
  36.       <?php
  37.           wp_nav_menu(array(
  38.               'container' => false,
  39.               'menu' => __( 'Primary Menu', 'richone' ),       
  40.               'menu_class' => 'dropdown menu',
  41.               'theme_location' => 'primary',
  42.               'items_wrap'      => '<nav class="richprimarymenu" itemtype="http://schema.org/SiteNavigationElement" role="navigation"><ul id="%1$s" class="vertical large-horizontal menu" data-responsive-menu="accordion large-dropdown">%3$s</ul></nav>',
  43.               'fallback_cb' => 'false',
  44.               'walker' => new richone_F6_TOPBAR_MENU_WALKER(), 
  45.              
  46.           ));
  47.          
  48.       ?>
  49.       </div>
  50.      
  51.       <div id="searchwrap1">
  52.   <div class= "row2">
  53.     <div class="columns1">
  54.       <?php echo do_shortcode('[wcas-search-form]');?>
  55.     </div>
  56.   </div>
  57. </div>
  58.  
  59.  
  60.   </header>
Advertisement
Add Comment
Please, Sign In to add comment