add special

This commit is contained in:
argoexpert press
2025-05-29 00:59:59 +03:00
parent f2d7deeedf
commit 1b83816191
13 changed files with 377 additions and 17 deletions

View File

@@ -1,14 +1,16 @@
<?php get_header(); ?>
<div class="content-middle articles-wrapper">
<div itemscope itemtype="https://schema.org/WebSite" class="content-middle articles-wrapper">
<link itemprop="url" content="<?php echo home_url(); ?>"/>
<?php get_template_part('partials/rubrics-mobile'); ?>
<div class="section-title">
<h1 class="section-title__title">Поиск</h1>
</div>
<form class="search-form" id="search-form" role="search" method="get" action="">
<form itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" class="search-form" id="search-form" role="search" method="get" action="">
<meta itemprop="target" content="https://agroexpert.press/search?q={query}"/>
<div class="search-form__wrapper">
<div class="search-form__input-wrapper">
<input type="text" class="input search-form__input" placeholder="Введите ваш запрос" value="<?php echo get_search_query() ?>" name="s" id="s" />
<input itemprop="query" type="text" class="input search-form__input" placeholder="Введите ваш запрос" value="<?php echo get_search_query() ?>" name="s" id="s" />
<div class="search-form__clear">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="2.00391" y="15.1746" width="18.6256" height="1.1641" rx="0.582051" transform="rotate(-45 2.00391 15.1746)" fill="#2F2F2F" />