Files
agroexpert/sidebar-right.php
argoexpert press b2aa624866 add cookies
2025-06-03 23:50:58 +03:00

42 lines
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php if (!is_front_page()) : ?>
<div class="most-read content-right__most-read">
<div class="most-read__inner">
<p class="most-read__title subtitle-20">Главное сегодня</p>
<div class="most-read__links">
<?php get_template_part('partials/most-read-posts'); ?>
</div>
</div>
</div>
<?php endif; ?>
<div class="subscribe-form">
<p class="subscribe-form__title subtitle-20">
Подписка на рассылку
</p>
<p class="subscribe-form__text text-13">
Подпишитесь на нашу рассылку и будьте в курсе всех новостей
</p>
<?= do_shortcode('[contact-form-7 id="0ddb83c" title="Форма подписки" html_class="" html_id=""]') ?>
<div>
<p class="text-11"><br><p>Нажимая на кнопку «Подписаться», Вы соглашаетесь на обработку персональных данных в соответствии с <br><a class="contacts__policy text-11" href="/wp-content/uploads/2024/02/politika-konfedenczialnosti.pdf">«Политикой конфиденциальности»</a></p></p>
</div>
</div>
<?php get_template_part('partials/latest-legislation-posts'); ?>
<?if (function_exists('krutilka_placement')):?>
<div class="banner-left desktop">
<?=krutilka_placement( 'right-desk-1' );?>
</div>
<div class="banner-left desktop">
<?=krutilka_placement( 'right-desk-2' );?>
</div>
<div class="banner-left mobile">
<?=krutilka_placement( 'mobile-4' );?>
</div>
<?endif?>
<?php //get_template_part('partials/banner-counter'); ?>