Custom page query_posts help. Need tag OR meta_value
-
Hey all, I’m trying to use the query_posts command to retrieve posts that either contain a meta_value of ‘lab’ or a tag of ‘lab’ in my “Lab” template. However I can only get ANDed posts (ie, meta_value of lab AND a tag of lab)
query_posts('showposts=' . $limit . '&paged=' . $paged . '&meta_value=lab&tag=lab').
How can I express an “OR” ?
- The topic ‘Custom page query_posts help. Need tag OR meta_value’ is closed to new replies.