Thread
:
a little script help needed
View Single Post
07-03-2015, 12:37 AM
Venum
Confirmed User
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
View Public Profile
Find More Posts by Venum