Yes, it is possible, however your question is not really precise.
What you experience is probably already that it is possible to sort by meta_key
even the value of it is a string of some serialized data – it’s just that this is the standard binary sort and WordPress does not take care about that this is a string with serialized data – it’s just a string for the sort.
So the answer is: Yes, but this is not what you ask for.
Next to that answer, there is no feature built into WordPress so far to search for some value inside a meta_value
and then sort for that (sub) value.
It is required that you first get the whole result-set and then sort the data your own. This depends a bit on how you want to use it (you have not shared any code, so it is hard to say), technically there are multiple ways to do so.
Related Posts:
- How to get user_meta value for new user regsitered?
- Autoprediction / Autocomplete Search with Meta Keys
- How to get string from add_theme_support(‘title-tag’) for meta tag and beautify?
- Multiple Meta_values
- Make a button change meta_value
- Meta_query with key as an array
- How to only display posts whose meta_value field is not empty?
- Query to sort a list by meta key first (if it exists), and show remaining posts without meta key ordered by title
- Max length of meta_value
- Sort Order for a Custom Query in a Post Type Archive Not Working
- Dealing with Many Meta Values, 30+
- How can I display all values of a custom field from posts with a certain value of another custom field or from certain post types?
- get_pages sort alphabetically by meta value
- Order by custom field date with ASC order
- WordPress Admin Panel search posts with custom post meta values along with title
- How to break meta values into different items and avoid duplicates?
- WP_query : meta_key with custom rule for specific value
- Add a default meta_value to new posts
- meta_query works locally but not on live server
- Query Multiple Meta Values and display only when it has both meta values
- Custom query for sidebar isn’t returning results
- How to wrap meta values seperated by comma in ? [closed]
- Add meta value to custom post type on publish
- How to create a Custom Meta Box with Name/Value Admin User Input Fields?
- Query multiple meta values
- AJAX pagination offset returns same post on adjacent pages
- Run a check for multiple meta key values
- How to sort posts by the average of comment meta values
- Better way to list links with different meta values using same meta key?
- How do I create an archive page as a including metadata?
- How to filter meta_values using REST API
- How to VAR_DUMP a $variable during checkout process (Is my product meta callable?)
- Meta_query on same meta key, with diffrenct values
- What WordPress function to use to get meta value by using meta keys?
- How to extract specific post
- WP Query sort by meta value
- How to pull email and name from Flamingo plugin
- Individual post. Meta_key, taxonomy or post status for separation?
- Removing link ” from ” on meta_value in custom feilds
- Sort alphabetically by custom field
- Meta Query relation “AND” then set array accordingly
- Custom order for Mysql array
- How to avoid duplicating same meta_value?
- meta_query check for meta value in key which holds an array of values
- Add estimated value for a post according to the number of words
- How to get a value from comment meta
- List custom field values in alphabetical order without repetition
- How to order by multiple date meta_values?
- why after saving meta value it’s saving all the values the one that i clicked?
- How to update and save user metadata on page visits?
- How to get specific attribute from DB
- How to update a custom field in all posts with the value of another custom field in the same post?
- Update post meta custom field using block editor
- Do comparision after updates hooks of acf-fields?
- Print specific values stored in a post meta array
- get value from selected input
- Sending new registration meta values to admin by email
- query_posts with meta_value
- Sort column on meta key and meta value
- Display current ranking of post as a number in post title
- I can not display meta value in extras.php and template-tags.php
- Fetch custom post related to a User
- How to Ordering by user meta
- User query – getting values for custom meta keys/fields
- Order by two meta values – one is a number and the other is text
- How do I echo all users’ display_name and their meta_value who have a certain meta_key?
- Negative meta_query if storing multiple post_meta values with shared meta_key
- get posts based on non-single metadata
- Show metadata in users.php – wordpress
- Order (by ASC) posts with meta_key so posts without values are last
- Query to show post current day
- How to use multiple Meta Field from CPT as Post permalink
- Meta Query | Compare category name and meta value
- get_user_meta value is stored within strange characters
- Save queried result into database
- How to use get_terms() returning only the terms that have posts with a certain custom field value
- Set class if a meta value is set within post archive
- Querying terms with calculations based on term meta data, sql vs. get_terms
- WP_Query multiple value not working
- Query posts by current ACF meta key value on single page as related posts
- Update a list of product to featured if product have meta value (Mysql not wpquery)
- Get meta_value from GDRating
- How to get all multi-select user meta values and add them to an array?
- Get the total Author Favorited posts
- Gather same custom field values in one value in a select tag with wp_query
- Filter between Custom Posts depending on meta_value
- How to sort by meta value num, but ignore zero value?
- Display Content Based on Custom Field Value
- Filtering posts by taxonomy and meta_value
- how to query for meta_value have array
- Want to order by Meta Values (tweaking Post Order Widget)
- WordPress loop based on url sting
- Echo only gives me the first part of string
- Custom Field: Display only if a specific key is selected outside the loop
- Problem with meta_value order after update
- Order by meta values
- Get posts by meta value except one post [closed]
- Check for custom field value in different post type than current one and do something
- Multipe array in meta_input
- How can I list users by date in an array in meta_value?