XF 2.0 Ads inside first post

My ad code only displays a single ad in the first slot. Set up as follows, should only display in the first post.

<xf:if is="$post.position % $xf.options.messagesPerPage == 0">
<div style="float: right; padding: 0px 25px 5px 25px;"> 300x250 ad code </div>
</xf:if>
 
Top Bottom