View Single Post
Old 07-03-2015, 12:37 AM  
Venum
Confirmed User
 
Venum's Avatar
 
Industry Role:
Join Date: Nov 2014
Posts: 182
For excluding categories, example:
'category__not_in' => array(catID, catID)

For including categories, example:
'category__in' => array(catID, catID)

For tags: tag__in & tag__not_in
Venum is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook