add page template
This commit is contained in:
42
header.php
42
header.php
@@ -4,13 +4,20 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title><?php wp_title('|', true, 'right');?></title>
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=13">
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=17">
|
||||
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
|
||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/burger-menu.js?ver=9"></script>
|
||||
<?php wp_head();?>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Facebook Pixel Code -->
|
||||
<noscript>
|
||||
<img height="1" width="1" src="https://www.facebook.com/tr?id=126851132579904&ev=PageView
|
||||
&noscript=1"/>
|
||||
</noscript>
|
||||
<!-- End Facebook Pixel Code -->
|
||||
<header>
|
||||
|
||||
<div id="mainlogo">
|
||||
@@ -32,21 +39,9 @@
|
||||
<div id="head_mail"><a href="mailto:info@vetandlife.ru">info@vetandlife.ru</a></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="wrap">
|
||||
<form action="<?php bloginfo('url') ?>" method="GET">
|
||||
<input type="text" class="input" name="s" id="s" placeholder="Поиск по сайту">
|
||||
</form>
|
||||
<i class="fa fa-search" aria-hidden="true"></i>
|
||||
</div>
|
||||
|
||||
<!--<div class="header-rss">
|
||||
<i class="fa fa-rss" aria-hidden="true"></i>
|
||||
</div> -->
|
||||
|
||||
<ul id="header_icons">
|
||||
<!--<li class="btn_search"></li>
|
||||
<li class="btn_rss"></li> -->
|
||||
<a href="<?=get_site_url()?>?s="><li class="btn_search"></li></a>
|
||||
<a href="<?=get_site_url()?>/feed"><li class="btn_rss"></li></a>
|
||||
<li class="toggle-nav"></li>
|
||||
</ul>
|
||||
|
||||
@@ -58,23 +53,6 @@
|
||||
) ); ?>
|
||||
</nav>
|
||||
|
||||
|
||||
<!-- <div id="aj_search">
|
||||
<form action="<?php //bloginfo('url') ?>" method="GET">
|
||||
<input type="text" name="s" id="s" value="поиск..." autocomplete="off" />
|
||||
</form>
|
||||
<div id="aj_searchresults"></div>
|
||||
</div> -->
|
||||
|
||||
|
||||
<!-- <form role="search" method="get" class="search-form" action="<?php //echo home_url( '/' ); ?>">
|
||||
<label>
|
||||
<span class="screen-reader-text">Search for:</span>
|
||||
<input type="search" class="search-field" placeholder="Искать…" value="" name="s" title="Искать:" />
|
||||
</label>
|
||||
<input type="submit" class="search-submit" value="Поиск" />
|
||||
</form> -->
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user