Files
agroexpert/sidebar-left.php
argoexpert press 4f99b398ba add РСЯ
2024-04-23 18:02:36 +03:00

50 lines
1.6 KiB
PHP

<?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')) : ?>
<?php //dynamic_sidebar('left-sidebar'); ?>
<?php endif; ?>
<?php get_template_part('partials/latest-interview-post'); ?>
<!-- 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>
<?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>
<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>
<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>
<?php endif; ?>