Hi
I tried searching for this but did not find anything useful. I just ran into a problem i never had before or at least did not notice.
Let’s say i have this simple code somewhere in a template:
{exp:weblog:categories weblog="some_weblog" style="linear" status="open"}
{category_name}<br />
{/exp:weblog:categories}
Consulting the documentation, this should only show categories for entries in “some_weblog” with the status “open”.
I have added a custom status “draft” for entries being drafted up (obviously) but the problem is, categories for such entries are still showing up.
Am I doing something wrong?
