Not exactly . . . I’m only trying to not display only category 3. The problem is when the weblog entry is assigned to another category as well, then it is not hidden. For example, I have categories A, B and C, but I only want to display entries from categories A and B, so I restrict category C. What I am trying to accomplish is that for any entry filed under category C should not appear, regardless of the other categories it is assigned to. Likewise, any category that has anything except C should appear - pretty straigtforward.
The problem is that particular entry is assigned to both categories (A or B) and C, then it is visible (but shouldn’t be, because it is assigned to category C. It only works (restricts entry) as intended when the entry is solely assigned to category C.