Hey all, Thanks for helping.
I already have a conditional set up to show a banner after the first post. I also want a banner to display after the last post but only if there are a few posts.
I have written the following but it ends up showing just as it is written, 1 banner after the 11th post and then another after the last post. I believe I need a Or Else statement but I am just not getting it.
PHP Code:
<vb:if condition="$post[postcount] % $vboptions[maxposts] == 11 OR $post['islastshown']">
I really appreciate it.
Thanks,
Richie