Hi,
I feel like i’m going a bit crazy as I can’t see any reason why this isn’t returning the required results…
I’ve created a quick test page with the following code where i’m trying to exclude weblog entries with category id’s of 145 and 146:
{exp:weblog:entries weblog="product" category="not 145|146"}
{title} (<em>{categories}{category_name}, {/categories}</em>)
{/exp:weblog:entries}You can see on the following link that everything is being returned including the entries I’m trying to exclude :(
http://ngnew.nordicgames.se/index.php?/test
category id 145 = bundle pack
category id 146 = peripheral
They’re both part of category_group id 8, so even if I try category_group=“not 8” it still doesn’t work?!?
What am I missing?? :S