Your meta values are being stored as an array under a single field. You have to store them as individual fields to use them in queries.
See this explanation on WPAlchemy data storage modes.
Related Posts:
- Adding ‘menu order’ column to custom post type admin screen
- Style custom columns in admin panels (especially to adjust column cell widths)
- How do I set the default admin sort order for a custom post type to a custom column?
- Replacing the title in admin list table
- Make custom column sortable
- Custom sortable columns ordered by meta-value?
- Add “Last Edited by” column to custom post type list table
- How to add custom columns to Custom Post Type admin screen
- Column sorting with emtpy meta values
- manage posts custom column is not populating data from meta boxes
- Custom admin columns for ALL custom post types
- order of date column in custom post type
- Add custom column to custom post type overview in backend
- custom sortable column
- Custom Post Type, Two categories, Two columns with Pagination
- Replacing the title in admin list table
- Remove Post Page “View Post” Link
- How can I add columns to custom post tables
- Custom Post Types: Custom columns with Title submenu?
- How to show custom (checkbox) field value in admin post list?
- Adding menu_order to CPT admin page
- Custom post admin filtering by post meta (the date)
- Admin Column Text Positioning
- How do I sort a custom post type admin column using two meta keys?
- Add Post Url to Manage Edit Screen
- Problem adding column to WC Subscription [closed]
- how to check if custom post type column already exists?
- Adding HTML tags or css classes to admin columns
- Extending AZIndex plugin to use custom post types and custom taxonomies
- WP CPT Custom Sortable Column in Admin Dashboard Sort Order Random
- How to show first name and last name in custom post type columns
- Order a custom post type admin screen by a second custom post type title
- WordPress make Grandparent and great grandparent filterable in custom columns
- 4 column-loop ordered alphabetically with entries grouped (and labeled) by their first letter
- Custom columns doesn’t appear in custom post type
- How can I use this code on a custom database table?
- Problem with $post_id object’s property
- Pods CMS: How to add custom column to Adnvanced Content Type
- CPT Columns doesn’t show categories
- Getting post attchment URL to populate a CPT Admin Page Column
- Custom Columns for Custom Post Type Manager
- Make a custom column sortable by a value from a different custom post type
- Sorting custom post types in edit.php : Post disappear
- Remove filter and view options from custom post type edit screen
- Sortable column with custom data by date
- Add Content Column to Custom Post Type backend
- Hide Published text from custom post types column
- custom filtering admin columns
- Custom sorting in post columns by ACF Pro Select Field
- Columns depending on posts count
- Making my custom column sortable
- Default custom column to off
- Change column of row action (Quick Edit) links in WP_List_Table
- Make custom post type column sortable
- Split custom post list into two columns
- Query all posts where a meta key does not exist
- Can I assign a template to a custom post type?
- How to Add Custom Taxonomy To Woocommerce Plugin
- Custom Post Type Permalink For Parent/Child, 404 Page Not Found Error
- Filter a custom field based on selection of another custom field (ACF) [closed]
- Can you have two CPTs with the same permalink structure?
- Remove wpautop from all posts/pages except my custom post type
- Alphabetical sorting of custom post type – one letter per page
- List all posts in Custom Post Type but group dynamically by Custom Taxonomies
- Post Via Email to a Custom Post Type
- how to only have one custom post type post?
- CPT posts listed by category with custom rewrite URL, please help!
- Custom Post Type and Custom Taxonomy Permalinks
- register_taxonomy and register_post_type does not work [closed]
- Custom Post type is being ignored in query
- get_attached_media() on author page not working
- Custom Post Meta Data in Buddypres Activity Stream
- Getting posts under the custom post type ui category
- map_meta_cap woes
- WordPress combined with a basic MYSQL table [closed]
- Automatically generate a delete post link and provide it to post creator
- How to display custom WP menus?
- Is it possible to show multiple (custom) post types at the wp homepage only by using pluging code?
- Programmatically change post visibility on save_post action return a 500
- How to select a template for a custom post type?
- Conditional tag only for front of custom post type
- Display 1 Post per taxonomy with polylang
- Custom Posts and Posts – next_post_link and previous_post_link not working together
- CPT permalinks Rewrite
- Custom taxonomy terms hierarchical navigation
- Apply a custom Template to a Custom Post Type from within a plugin
- How to create a Child & Siblings menu for a custom post type?
- Dynamically Adding Posts of Post Type to A List
- Why is my loop not populating the page with my custom taxonomy terms from my custom post type?
- Automatic Set Category For A Custom Post Type
- How to build Custom Post Nav Menu inside of the Loop
- Loading a stylesheet on a specific page [duplicate]
- Display related post content and custom field content
- Create an administation subpage containing posts in a certain category
- How do I block/redirect ‘?post_type=cpt_name’ urls?
- Display results from two Custom Post Types in page template
- Create a page selector using taxonomies
- How to grab data (titles, thumbnails and custom fields) from multiple posts to populate a new array efficiently?
- Create page using same slug as custom post type
- How to add categories to a custom post type using wp_insert_post($new_post);