I couldn't find the answer to this in the manual. We're trying to use something like this:
{articles tag="18" limit="1"}{if title > 0}[total_no_limit]{else}0{/if}{/articles}
This results in an empty output (instead of showing "0"). How can we say "if there are zero articles with this tag to show, then show the number 0 instead"?