How do get the category tags to pull information about the specific category? I’m using this snippet but its pulling everything within my template:
{exp:weblog:categories weblog="profile"}
{category_image}
<a href="http://{path=">{category_name}</a>
{if category_description}{category_description}{/if}
{/exp:weblog:categories}
I’m trying to get the template to know which category to pull data from.