• Anyone see an issue with this?

    new WP_Query( array( ‘post_type’ => ‘page’, ‘meta_query’ => array(array(‘key’ => ‘_Listing_Open’,’value’ => ”,’compare’ => ‘!=’)), ‘paged’ => $paged ) );

    All my posts with _Listing_Open meta are outputted no matter what i enter in compare?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘meta_query issue’ is closed to new replies.