Custom query_posts()
-
Hi all,
I’m trying to figure out the correct layout for:
query_posts(‘cat=’.$categorySearch.’&tag=’.$tagSearch.’&orderby=ASC’);
The $categorySearch & $tagSearch are passed via _GET, but results are not being displayed with the ‘&tag’ being there..
I have consulted the codex and they show “tag=”, so I can’t figure this out..
Thanks in advance!
- The topic ‘Custom query_posts()’ is closed to new replies.