Доброго времени суток.
Нужно сделать что-то типа такого, только с РСЯ от Яндекса
Сейчас получается следующее
то есть, сейчас отображается только после второго поста, а потом блок под РСЯ пустой. и не хочет отображаться.
Сами блоки выводятся так
<?php if ( $postcounter % 6 == 2 ) : ?>
<?php get_template_part('loop', 'reklama' ); ?>
<?php endif ?>
<div class="item reklama">
<div class="wrap">
<!-- Yandex.RTB R-A-327587-1 -->
<div id="yandex_rtb_R-A-327587-1"></div>
<script type="text/javascript">
(function(w, d, n, s, t) {
w[n] = w[n] || [];
w[n].push(function() {
Ya.Context.AdvManager.render({
blockId: "R-A-327587-1",
renderTo: "yandex_rtb_R-A-327587-1",
async: true
});
});
t = d.getElementsByTagName("script")[0];
s = d.createElement("script");
s.type = "text/javascript";
s.src = "//an.yandex.ru/system/context.js";
s.async = true;
t.parentNode.insertBefore(s, t);
})(this, this.document, "yandexContextAsyncCallbacks");
</script>
</div>
</div>