Support

Account

Home Forums General Issues Archive Filter with Multiple Values Select Field Reply To: Archive Filter with Multiple Values Select Field

  • Sorry for the delayed response to this.

    There was an error in the code I posted above

    add_post_meta($post_id, $meta_key, $value, true);

    should be

    add_post_meta($post_id, $meta_key, $value, false);