I am doing a blog and I want to show the categories at the end of the blog text, but only if there are categories assigned to that entry. So, how do I write a conditonal that would test for whethere there are categories or not? I want to wrap the following line of code in that conditonal:
CATEGORIES: {categories backspace="2"}<a href="http://{path=blog}">{category_name}</a>, {/categories}So, to be clear, I want the line of code above to be used only if there are categories assigned to the entry.
thanks, Rory