Support

Account

Home Forums Front-end Issues WP_Query meta_value oddity Reply To: WP_Query meta_value oddity

  • Well right now your code shows a comparison operator of “LIKE” which will indeed perform the behavior you are describing.

    https://wordpress.stackexchange.com/questions/70864/meta-query-compare-operator-explanation

    Replace LIKE with = and you should be good.