2013-07-06, 04:34 AM
2013-07-06, 04:57 AM
you have to install template conditionals plugin and modify active theme's postbit and postbit_classic templates like below
find {$post['message']}</div> and add after it (in a new line)
find {$post['message']}</div> and add after it (in a new line)
<if $postcounter == '1' then>
your advertisement code here
</if>