Forums

Custom page query_posts help. Need tag OR meta_value (1 post)

  1. denizengt
    Member
    Posted 3 years ago #

    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" ?

Topic Closed

This topic has been closed to new replies.

About this Topic