Running a query with tag_no and modified sorting fields.
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Running a query with tag_no and modified sorting fields.’ is closed to new replies.