I have this snippet of code running on my site:
{exp:weblog:categories weblog="blog" show_empty="no" style="linear"}
<li><a href="{path=blog/}">{category_name}</a></li>
{/exp:weblog:categories}
I have currently 2 weblogs sharing a single category group, called blog and links. I have 2 weblog entries, one in blog and one in links.
Because I have the above set to weblog=“blog”, I wouldn’t expect it to show the category I used for my links entry in the list…yet it is.
Is this what should be happening?
