Jose, as this post (Using wp_query is it possible to orderby taxonomy?) says it doesn’t make sense to sort by taxonomy. A post could belong to multiple terms.
IF in your setup a post will only belong to one term, then consider making the taxonomy a custom field/meta key instead. Then you will be able to sort by it.
Another way around (with risk of duplicated posts) is to get all terms in taxonomy in your preferred sort order and then get all posts belonging to each term. A post may then appear twice in the list.
Related Posts:
- is it possible to add “extra” table nav to edit-tags.php screens?
- How to always display a specific post from the search result first
- Taxonomy Custom Column – ‘manage_{TAXONOMY}_custom_column’ filter only passing 2 arguments
- Change term name only on front
- Filter taxonomy admin pagination
- Filter custom post type using multiple taxonomy dropdowns
- Adaptive product filters for WooCommerce
- Sorting a specific taxonomy by archive date using URL
- List all categories that have results in a query
- Display post after choice two taxonomy terms
- Admin view: filter posts by whether they have specific taxonomy attached
- WP Job Manager – display search results from custom search form in taxonomy-job_listing_category page
- Turn wp_tag_cloud into a front-end filter
- How to remove a filter that is an anonymous object?
- How to add defer=”defer” tag in plugin javascripts?
- How do filters and hooks really work in PHP
- Trouble understanding apply_filters()
- How would one modify the filtering Gutenberg applies to pasted content?
- Gutenberg: Is there a way to know if current block is inside InnerBlocks?
- How to modify posts_where filter only for the search query
- How to wrap oEmbed-embedded video in DIV tags inside the_content?
- How to add filter with 2 args?
- WordPress Internal @ Mentions
- Is it possible to use object in add_action?
- Changing text within the Block Editor
- Add Class to Specific Paragraph of the_content()
- apply_filters() slices away needed arguments
- Search content for shortcodes and get parameters
- How to override the email function by using filters? [closed]
- Remove WPML’s home_url filter
- Apply the_title filter to post titles AND backend auto social-sharing plugin, but not nav menu
- How to hook some Unicode texts into calendar widget safely?
- How to add attributes to tag when template cannot be directly modified
- Edit pagination text in the get_the_posts_pagination function
- How does WordPress call functions attached to a certain action hook before calling functions attached to other hooks
- How to get current action?
- how to change appearence of the content of default post list columns?
- Use safety filters even if after applied intval?
- Modify site URL via functions.php of a theme
- When adding buttons to the tinyMCE editor, how do I make them wrap to the next line and/or display in the “Kitchen Sink” area?
- How to change the order (priority) of registered filters (or actions) (e.g. for the_content)?
- Current category link filter
- Custom query to filter posts that have current post as a taxonomy [closed]
- How to change the order of HTML output of a core block?
- How to add ‘total’ value to custom column title on the posts list page
- theme_page_templates not working
- Add new post with predefined / preset date
- Remove Actions added by SEO ultimate Plugin
- Modifying a CoBlocks Filter in Functions
- Shortcodes — Using add_action, add_filter in the shortcode
- Remove Content Filter
- views_edit-post filter not working (custom post type)
- Building a request processor for multi-page forms, etc using $_GET requests
- How to know what filter to use and how to use it?
- Replace audio links with jplayer using the_content filter
- Modify Redux Framework Options in Child Theme
- Adding a filter to comments_template
- How to customize category_description()?
- Add Bootstrap Classes to Recent Posts Widget
- Is it possible to override the default Gallery Settings form?
- Contact Form 7 Custom Validation Doesn’t Get Called [closed]
- Filtering a list of objects with ‘OR’ on the same field
- Excerpt is being added above the content, but it should be after it
- How to filter bbPress replies (content)?
- Trimming a custom field to a length
- How to add a filter to the get_body_class function?
- Change user nicename without sanitize
- when use function the_content break
- Filter page title (displayed in browser tab) of wp-login
- Adding html banner to posts
- How can I get the default content of WordPress post?
- How do I hide tinymce within the edit screen of a particular page
- What would cause the gettext filter to not work for a given text domain?
- Strip $before & $after strings from a page title
- How to remove shortcode(s) from WYSIWYG Page editor for Non Admins
- How does wordpress add ‘style’ attribute to element
- How do I safely force get_theme_mod() to use a defined get_option(“stylesheet”) value?
- Shortcode / plugin with custom (flexible) output
- Is it better to use a constant or apply_filter?
- Hooked into wp_get_attachment_caption to add content to the default description; not working for jetpack slideshow. Why?
- add_action with associative array
- Remove image of srcset
- Add option to query string before get_posts() is called on archive.php
- Modify wp headers on specific page
- Set post featured image to author image
- How can I add a prefix to titles displayed in sidebar using function.php?
- How to make the show as a button?
- Why this remove empty paragraphs from the_content does not works?
- Take filter from multiple functions
- Read More in the actual excerpt
- WP REST API v2. filters doesn’t work
- Sorting on Taxonomy in archive page
- filter on the_content stopped working when I updated to WP 3.6.1
- Custom excerpt_more filter not working when tag is present
- Taxonomy search filters
- Is it possible to make get variable out of filter in Class?
- NextGEN Gallery: Adding drop-down menu widget to gallery view without modifying plugin code [closed]
- Background color and background image below element in Contact Form 7 – error tip [closed]
- Change password reqts with NO plugin without breaking resetpass link?
- How can I conditionally add the filter option_home?