I am having some major problems with the category parameter on EE 1.7.0 Build: 20101018.
This code:
<ul>
{exp:weblog:entries weblog="courses" dynamic="off" orderby="title" sort="asc" category="not 422"}
<li><a href="#a{entry_id}">{title}</a></li>
{categories}
{category_id}
{/categories}
{/exp:weblog:entries}
</ul>displays every course in the courses weblog including this gem:
MBA 610: Business Relationship Management
291 358 422
clearly categorized as 422.
<ul>
{exp:weblog:entries weblog="courses" dynamic="off" orderby="title" sort="asc" category="422"}
<li><a href="#a{entry_id}">{title}</a></li>
{categories}
{category_id}
{/categories}
{/exp:weblog:entries}
</ul>displays the only course categorized as 422:
MBA 610: Business Relationship Management
291 358 422
WHAT IS HAPPENING???