I’ve been stuck on this for a long time now, I’m wondering how would I go about placing a widget in between each 10 posts using . The pagination being driven through Infinite Scroll. The plugin I am using is [ https://github.com/webcreate/Infinite-Ajax-Scroll ]. Any help would be fantastic, I have been stuck on this for awhile and my deadline is very soon.
<?php $postnum++; if($postnum%10 == 0) { ?>
<?php } ?>
This is what I have tried in the past.
Before Loop
Add this in your content loop.