I have a problem that my page is outputting EE code instead of content or some redirect to a index page.
http://website/category1/gdshdgsdhsds——> is showing latest entry in category1
http://website/category2/gdshdgsdhsds——> output is EE code, no entry is showed
I don’t understand as both category pages are almost identical.
I case I want to use the noresults tag, where do I have to put it in order to make it work?
{if no_results}
{redirect="/website/category"}
{/if}