Forums

merge two querys (1 post)

  1. bmb
    Member
    Posted 1 year ago #

    I am trying to create a query to retrieve all posts with a meta (custom) field of 'show'='0' or without this field completely. The first query is
    $q = WP_query('meta_key=show&meta_value=0');
    but what is the second query and how do I combine querys?

Topic Closed

This topic has been closed to new replies.

About this Topic