What I want to do is get query results with the following criteria:
'tag__not_in' =>array(<tag 1>,<tag 2>,<tag n>)
and ordered like this:
$query_string. '&order=ASC&orderby=date'
How do I integrate both conditions into one call?
What I want to do is get query results with the following criteria:
'tag__not_in' =>array(<tag 1>,<tag 2>,<tag n>)
and ordered like this:
$query_string. '&order=ASC&orderby=date'
How do I integrate both conditions into one call?
Sorry, subject line: *tag__not_in
This topic has been closed to new replies.