AndrewSimm
Well-known member
I replace
with the below code. Everything works as intended; however, I want to put the ad position under the first post on each thread, not just the first post on the first page. Any ideas?
HTML:
</article>
Code:
</article>
<xf:if is="$post.isFirstPost()">
<div class="cis_first_post_ad">
<xf:ad position="ads_position_below_first_post" />
</div>
</xf:if>