for instance, I want to show all listings in category ID 255, so I use catid='{CATID}' However, what do I do if I want to show all links in category number 255, unless the link city is London.
In other words how do I exclude all london based businesses from a toplist?
Comments on Exclude items in toplisst
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
How do you exclude specific items in topists?
for instance, I want to show all listings in category ID 255, so I use catid='{CATID}' However, what do I do if I want to show all links in category number 255, unless the link city is London.
In other words how do I exclude all london based businesses from a toplist?
Thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Use
catid='{CATID}' AND city != 'London'