I have some code to display a list of categories assigned to a blog post. I don’t want any of it to appear if there are no categories assigned to the blog post. Tried putting an if statement around it and it didn’t show up at all, even when a category was assigned. is this possible and if it is, what am I doing wrong? Thanks!
{if categories}Categories: {categories backspace="1"} <a href="http://{path=driving-your-success}" title="{category_name}">{category_name}</a>,{/categories}{/if}