Message Text |
I'm trying to see if there are any "sponsored" listing in a category. I can't figure out how to get something like this to work:
<h2>Featured Listings</h2>
<!-- BEGIN SPONSORED LINKS -->
<IF {SPONSOREDTOTAL} is greater than 0>
[INSERTFILE=linkbit]
<ELSE>
There are no featured links in this category<br />
</IF>
<!-- END SPONSORED LINKS -->
If there are sponsored links, they show. If there are not any sponsored links, the text does NOT show. I've tried OTHERWISE in place of the ELSE - I really don't understand the difference.. but neither will show the text string. |