I would like to show all entries that are in a particular category and NOT in another category. I’ve got a set of categories and an additional category called “Featured”. On a certain category page, I’d like to show the featured items at the top and then the “unfeatured” items below.
So I’d like to do something like {exp:channel:entries category="23not 24"}{/exp:channel:categories}. Is this possible?