Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5527

vtxyzzy on "Can't get a WP query working"

$
0
0

You have the $meta_query array nested one level too deep. Try changing this:

$meta_query[] = array('relation' => 'OR',

to this:

$meta_query = array('relation' => 'OR',

Viewing all articles
Browse latest Browse all 5527

Trending Articles