I’ve tried {if count==0} and all kinds of variants, but I simply cannot put a message saying there are no listings available if there are no entries or all entry statuses are set to ‘off’. I’m sure I’ve had this working on other ee sites.
{exp:channel:entries channel="classifieds" dynamic="off"}
{if absolute_results < 0 }
There are classified listings
{if:else}
There are currently no classified listings
{/if}
{/exp:channel:entries}