I have a weird bug I can’t figure out. I assign a weblog entry to multiple categories and save it. I can see in exp_category_posts that it is correctly assigned to the categories, but when I try to output a list of entries in one of the categories:
{exp:weblog:entries weblog="directory" dynamic="off" category="29"}
{title}
{/exp:weblog:entries}my weblog entry isn’t in the list.
If I just assign it category #29 only, it shows up fine. If I assign it to #29 and another category (top level or a child category, doesn’t matter), it works.
But if I add a third or more categories, it suddenly disappears from the original category. I can see in the database that the entry in exp_category_posts is still there for #29, and the category is still selected in the Edit page - it just refuses to be output by the weblog entries loop.
Any ideas?