Maybe try something like this before the loop:
<?php
query_posts( wp_parse_args( $query_string, array(
'meta_key' => 'your_meta_key',
'orderby' => 'meta_value'
) ) );
?>
Related Posts:
- Custom taxonomy with custom meta value is not sorting correctly (query returns the same value for orderby regardless of sort column click)
- WordPress database error: [Not unique table/alias: ‘wp_postmeta’]
- Custom order of terms for custom taxonomy in admin and website
- How much faster is a tax query than a meta query?
- Use custom posts as taxonomy term meta replacement?
- How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
- Sort posts by number of matched terms
- Is it possible to sort the post based on a custom field?
- List Custom Taxonomy Values according to a Post Meta Value
- Link to most recently created category of custom taxonomy in primary navigation menu
- Sorting Posts Via Custom Taxonomy Values Using Checkboxes?
- get_the_terms() to show all custom taxonomies
- Sort custom taxonomy terms order by both count and name
- Single reusable value for post meta: Custom Taxonomy or Post Meta?
- How to show the entries in a custom taxonomy by author?
- Alter post order on taxonomy template
- query_posts and custom taxonomy posts order
- What is faster: custom taxonomy or serialized post-meta for db retrieval? (over 60,000 posts)
- Is it possible to store Json data in post_meta and manipulate
- Add Custom Taxonomy for Blog Meta Info
- How to separate posts in loop?
- Creating terms vs custom post meta to save data?
- Sorting Custom Posts on Archive page with pagination
- WordPress Custom post query sorting does not work
- Does using custom taxonomy is more CPU efficient than using meta_data?
- wp_query not resetting, last post hanging
- Count of posts by different parameters?
- Sort and paginate custom post taxonomies alphabetically
- WooCommerce custom taxonomy as meta?
- Convert post meta to custom taxonomy?
- Listing Cities A custom taxonmy by selection order
- Count tags for current post and save into custom meta field (and update it on post edit)
- WP Tax query & order by tax query not working
- Is it possible to sort the post based on a custom field?
- Group & Sort Taxonomy terms by letter – Is there a better way?
- Custom post type term names with ampersand in the term name
- sort Posts by custom user filed
- Looking for suggestions on creating simple database (Help!!)
- get meta fields and taxonomy of any post type
- Where to put a migration script to switch post information?
- Update fields with post object and custom tax with wp_insert_post
- How can I show custom field according to taxonomy?
- get_the_term_list without links in 3.1
- Custom columns on edit-tags.php main page
- get_term_children for immediate children only (not grandchildren)
- Creating a non-removable taxonomy term
- Is it possible to use one slug for Multiple Taxonomies?
- Is it possible to add taxonomies to user profiles?
- Get terms from multiple taxonomies
- get taxonomy terms for parent and child
- On Taxonomy Template page, want to add Post_Type
- Separator for multiple terms
- The next_posts_link() show me a aditional page in blank
- Help building array hierarchically with taxonomies (to get posts)
- What are terms and taxonomy, how they related to post and how these three are stored in database?
- Get multiple term objects by ids
- Echo custom taxonomy term name
- Next and Previous links on a single taxonomy page only link to same term
- Why does WP rename similar “term name”-slugs in separate taxonomies?
- How can I get WP to build a feed based on multiple taxonomy terms
- Getting the selected terms for custom taxonomies in the editor
- Change permalink of post if it belongs to custom taxonomy
- Set custom post type terms by id without knowing taxonomy
- How to determine the depth of a term in a custom taxonomy?
- How do I Use Multiple Loops with WP_Query?
- $wpdb query a post type within a specific taxonomy term while ordering posts by custom meta value?
- How to add contents of a custom field to a taxonomy term list?
- Google Map Shortcode for Custom Taxonomy/Post Types
- Querying two taxonomies
- How to target parent product category and its children using WooCommerce?
- Custom taxonomy query is empty. 0 = 1 in SQL
- How do you reorder the custom taxonomies on the right side of a custom post edit page?
- What is the most efficient way of implementing a notification system? [closed]
- Remove custom taxonomy column from my custom post type columns
- Check if custom taxonomy has posts with get_categories()
- How to add images to taxonomy terms? [duplicate]
- Echo custom taxonomy slug
- Remove a href from this code
- Adding a second custom taxonomy to a custom post type (both shown in its table)?
- Get post terms from multiple custom taxonomies
- How to get attached image to taxonomy..?
- How to get list of only custom taxonomies?
- Replicate Drupal form options as taxonomies?
- Multiple Drop-Down custom taxonomies search
- How to combine taxonomies into URL?
- Issue adding custom taxonomies to custom post type (PHP)
- Taxonomy URL rewrite whilst keeping filtered posts?
- Add terms to a taxonomy archive from within the same taxonomy
- Fill New Taxonomies
- How do I show the parent term on a custom taxonomy template (not the ID)?
- Display taxonomies for custom post type
- Order posts by meta value hiding posts instead of re-ordering
- Custom Taxonomy – Dropdown
- How to show selected check box vendors on front end home page?
- custom taxonomy don’t return a value
- Gravity prerender taxonomy [closed]
- One taxonomy template for all categories?
- Error in Custom Taxonomy UI
- Remove ‘portfolio’ from URL
- add_rewrite_rule pagination 404 error on page 4 and above