Trying to figure out how I'd get it to show an ad after the 3rd post on the homepage when I'm using a template.
Here is my homepage template short codes
<div class="box">[bfslider sid="bfslider-1336266321" name="homeslide" width="940" height="380" numwords="50" imagewidth="500" imageheight="330" bgcolor="transparent" color="#a7acb3" type="category" buttons="hide" auto="false"]</div>
[widgetarea sid="widgetarea-1325137819" width="300" align="right" marginleft="15"]
<div class="alignleft">
[bfthumbs sid="bfthumbs-1325232083" showposts="10" offset="0" numwords="15" numcols="1" width="625" textwidth="320" image_width="280" image-height="250" image_align="left" ajaxnav="false" marginbottom="25"]</div>
Is there any way to have ad code show after the 3rd post in the bfthumbs-1325232083 ? I know how to do this in the regular wordpress loop, but sort of lost on how to do it with the shortcodes on a template page.