Support

Account

Home Forums General Issues How to query posts by value of Select field? Reply To: How to query posts by value of Select field?

  • Yeah I know…I just used “small” in my example. My actual code I’m using is

    $args = array(
      'meta_key'   => 'type', 
      'meta_value' => 'Litigation'
    );