How to assign a default/priority taxonomy to be shown in url in case two taxonomy items are selected
The solution I’m looking for is for a specific taxonomy item to be the default/priority in case it’s ticked with other taxonomy items Are you actually looking for something like this: $default_slug = ‘taxonomy_z’; // slug of the default term if ( ! is_wp_error( $terms ) && ! empty( $terms ) ) { $list = … Read more