Meta query not showing result properly

You are missing relation argument for inner meta_query arrays as described in the Code Reference. Also, when you use ‘compare’=> ‘IN’, the ‘ship-from’ value should be the array. $args = array( ‘post_type’ => ‘post’, ‘meta_query’ => array( ‘relation’ => ‘AND’, // note this! array( ‘key’ => ‘ship-from’, ‘value’ => ‘usa’, ‘compare’=> ‘IN’ ), array( ‘key’ … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)