Is there a “if no_results” equivalent for the channel categories tag? Basically, I have a a “Filed under x” line in my blog template, and for entries not assigned to a category I want to just output something like “Filed under General”.
Is there a simple way to achieve this, or am I looking at a SQL query? Tried a conditional with {count} or {total_results} < 1 but no joy.
Suppose I could just create a “General” category and assign those entries, but would be nicer maybe to just handle in the template.
Any help much appreciated.