This is the code I’m using..
{exp:channel:entries channel="news" limit="3"}
{categories}
{if category_url_title != "{segment_3}"}
This category does not exist
{if:else}
{if no_results}
There are no results for this category.
{/if}
<h3>{title}</h3>
<p> {excerpt}<br />
{/if}<br />
{/categories} <br />
{/exp:channel:entries}But when I try to navigate to a non-existent category this is the result I get..
This category does not exist This category does not exist This category does not exist This category does not exist This category does not exist This category does not exist This category does not exist This category does not exist This category does not existI am a bit stuck here now, can anyone please offer an elegant solution for this or suggest a plugin that will simplify things?