Hi
I would like to use Masonry TPL for my search lists but I need to place a banner module every 4 or x amount of articles. I am using No-Number Modules everywhere e.g {modulepos ad-center-1} to call the module and I use a template variation to call my fields.
I have this code from a Wordpress tutorial on how to place adverts between posts:
<?php if ($count == 4) : ?>
{modulepos ad-center-1}
<?php endif; $count ++; ?>
I have managed to do this with a custom template I've found in Seb Forum V2 but everything I've tried with Masonry has failed so far.
Any help would be really appreciated.
Thanks
Anjo