When accessing the category or single entry the <h1> only prints once as expected, however when accessing my templategroup/template directly the ELSE statement is printing <h1>Stuff</h1> twice. I’m pretty sure I must be doing something wrong but I can’t figure it out. Any clues what I might be doing wrong for this to happen?
{exp:channel:entries channel="articles"}
{if category_request}
<h1>Category</h1>
{if:elseif "{total_results}"=="1"}
<h1>Single Entry</h1>
{if:else}
<h1>Stuff</h1>
{/if}
{/exp:channel:entries}Edit: Sorry, my version build info; v2.2.1 - Build: date 20110705