Query Question – Adding Not Equal to Logic
-
Hey All,
I have the following piece of PHP code:
<?php $carousel = new WP_query(); $carousel->query('showposts='.$mytheme['carouseln'].'&cat=2&tag=doug&orderby=asc'); ?>
I’d like to make the tag piece look as “tag!=doug”, but that isn’t working. How can I specify some parameters I want to *not* include here?
Thanks in advance.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Query Question – Adding Not Equal to Logic’ is closed to new replies.