Files
agroexpert/sidebar-left.php

50 lines
1.6 KiB
PHP
Raw Normal View History

2024-03-01 17:47:03 +03:00
<?php if (!is_front_page()) : ?>
<div class="menu-vertical desktop">
<div class="menu-vertical__inner">
<?php get_template_part('partials/category-menu-for-category'); ?>
</div>
</div>
<?php endif; ?>
<?php if (is_active_sidebar('left-sidebar')) : ?>
2024-03-15 17:52:18 +03:00
<?php //dynamic_sidebar('left-sidebar'); ?>
2024-03-01 17:47:03 +03:00
<?php endif; ?>
<?php get_template_part('partials/latest-interview-post'); ?>
2024-04-23 18:02:36 +03:00
<!-- Yandex.RTB R-A-7761284-3 -->
<div id="yandex_rtb_R-A-7761284-3"></div>
<script>
window.yaContextCb.push(()=>{
Ya.Context.AdvManager.render({
"blockId": "R-A-7761284-3",
"renderTo": "yandex_rtb_R-A-7761284-3"
})
})
</script>
2024-03-01 17:47:03 +03:00
<?php if (is_front_page()) : ?>
<div class="most-read mobile">
<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>
2024-03-12 09:16:19 +03:00
<div class="banner-left desktop">
<?php if (function_exists('banners_conf_display')) banners_conf_display('left_sidebar_banner_desktop_1'); ?>
</div>
<div class="banner-left mobile">
<?php if (function_exists('banners_conf_display')) banners_conf_display('left_sidebar_banner_mobile_1'); ?>
</div>
2024-03-29 16:36:22 +03:00
<div class="banner-left desktop">
<?php if (function_exists('banners_conf_display')) banners_conf_display('left_sidebar_banner_desktop_2'); ?>
</div>
<div class="banner-left mobile">
<?php if (function_exists('banners_conf_display')) banners_conf_display('left_sidebar_banner_mobile_2'); ?>
</div>
2024-03-01 17:47:03 +03:00
<?php endif; ?>