Tags

Ignore sort apply for custom query when using Autosort on Advanced Taxonomy Terms Order plugin

As default any customized sorting for a taxonomy can be applied on front side by including an addiitonal argument: ‘orderby’ => ‘term_order’ This is easy to implement in majority of cases, however if there are many taxonomies queries, the code update isn’t always the best way. For such scenario, there’s the Autosort plugin setting. Turning […]

Apply post type Archive order to all taxonomies / categories

The Advanced Post Types Order plugin is an incredibly powerful tool that allows WordPress users to easily sort their posts, pages, custom post types, and WooCommerce products. It’s a fantastic way to organize content on your website, but did you know that the plugin is also incredibly flexible in terms of its functionality? In certain […]

How to use the AutoSort setting for Advanced Taxonomy Terms Order

The Advanced Taxonomy Terms Order include a great functionality, the AutoSort. This helps to auto-apply the customized sorting to front side, or allow a manual apply through code. There are 2 modes for this option, On and OFF. ON The query will be updated (unless you manually change that from a specific Taxonomy Order menu), […]