Here is my entries tag:
{exp:weblog:entries weblog="stream" orderby="date" sort="desc" limit="15" category="not 110" status="ExternallyVisible<?php include 'filters/entries.php' ?>"}
When I added ‘category=“not 110”’ uncategorized entries were excluded too.
This is contrary to the documentation:
“However, if you are using exclusion (category=“not 3|4”), then you will be shown all entries without those categories including those without any categories assigned. “
http://expressionengine.com/docs/modules/weblog/parameters.html#par_category
I have even tried adding ‘uncategorized_entries=“y”’ to the entries tag but this didn’t make any difference.
Is there a configuration setting that could influence this?
TIA