Looking at the docs for register_taxonomy, it takes 3 parameters, the 3rd of which is the arguments, and it looks like in your code you have the arguments in the second parameter. Perhaps this is one of those tricky bugs where this was somehow working in previous versions and it officially shouldn’t have been.
If songs is the object, you need to add another parameter for the taxonomy key, e.g.:
register_taxonomy(
'songs_tax',
'songs',
array(
'label' => __( 'Songs_Tax' ),
'sort' => true,
'args' => array( 'orderby' => 'term_order' ),
)
);
Related Posts:
- restrict_manage_posts not working in 3.3.1
- Custom order of terms for custom taxonomy in admin and website
- Custom taxonomy only shows 0 in autocomplete for terms and “Choose from the most used tags”
- Custom taxonomy position in admin panel
- Custom Taxonomy Only Showing Top Level Terms in Admin?
- How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
- How to link categories to custom taxonomy terms?
- How can I allow a custom taxonomy for certain roles?
- Removing the “Popular Terms” area from the Taxonomy Edit Screen in the Admin Area
- How can I add buttons to a custom column in the taxonomy table?
- Hide posts having children terms when display posts by category in edit.php
- Modify “View” in admin panel for custom taxonomy
- Taxonomies image
- Clicking Add New button for custom taxonomy only moves element
- Custom taxonomies not showing up in admin menu
- How do I hide certain taxonomy boxes from users in admin add post page?
- Dropdown taxonomy lists in admin menu
- How do I hide a term from non-admin users in get_the_term_list?
- Admin only taxonomies?
- How to truncate the description in the admin panel for a custom taxonomy
- Custom taxonomy auto suggest not working in wordpress admin
- Displaying the custom taxonomies side by side on the admin dashboard
- Replace post author in header by custom taxonomy
- How to modify a taxonomy that’s already registered
- Change order of Custom Taxonomy List
- Why is my working Custom Taxonomy not in get_taxonomies array?
- Custom taxonomy listing page when no term set (all terms)
- How To Change Custom Taxonomy To Radio Buttons
- RSS Feed for posts containing any term from a taxonomy
- Exclude Child Term Posts from Parent Term Archive
- Use custom posts as taxonomy term meta replacement?
- Taxonomies not appearing in columns on dashboard
- Custom Taxonomy terms with latest post ordered by date pagination issue
- Custom taxonomy template not working
- List only first-level children of specific custom taxonomy term
- Sorting Posts Via Custom Taxonomy Values Using Checkboxes?
- get_terms of post->id
- get / list categories and counts filtered by custom taxonomy term
- WordPress renames slug of tags used in multiple taxonomies?
- How to get a list of taxonomy terms which are being used only within certain post types?
- Refine user taxonomy query based on role
- Get ID and slug from taxonomy object
- how to search in custom fields & custom taxonomy for custom search
- List Custom Taxonomy Based on Post Count & Category
- Custom taxonomies as product variations
- List the number of posts for each custom taxonomy and specific custom field value
- Echo specific term in an array
- wp_insert_post not updating custom taxonomy selected if logged in as a subscriber
- Dynamic loading of Archive content based on custom taxonomy term name
- Print terms with taxonomy and metabox value
- Create and set templates for custom taxonomies
- Checking return with WP Error
- Why is the custom taxonomy archive page redirecting me to a single post? [closed]
- Rewrite URL for taxonomy listing
- Return terms from multiple taxonomies using $wpdb
- Filter custom taxonomy archive posts by 2nd custom taxonomy using select dropdown
- How to show all post related taxonomies
- Creating terms vs custom post meta to save data?
- Sticky posts or Featured posts only on Homepage
- Limit number of posts in wp loop
- querying posts by custom taxonomy terms right from a querystring based URL
- using wp_tag_cloud with custom taxonomy
- If Custom Taxonomy
- What does ‘category__in’ mean in queries?
- Use the same taxonomy twice on the same post type?
- When filtering query on custom taxonomy; main menu dissapears
- Get only immediate children (and not grandchildren) of a hierarchical custom taxonomy term
- Why doesnt this query work? (Custom Taxonomy)
- How to group all terms children’s in custom taxonomy?
- Display Posts by Custom Taxonomy Chosen Terms
- How do I get term data associated with the current post, where the result is not wrapped in HTML?
- Custom taxonomies mixed into categories and tags in Post edit page
- How to get product order by two custom taxonomy in wordpress
- WordPress autocomplete search with taxonomies
- Custom Taxonomy Not Saving in Front End Post
- How to list Custom Taxonomy
- Taxonomy archive template not working
- Dropdown list of taxonomies won’t display selected
- Creating a drop-down and filter button for two custom taxonomies assigned to a custom post type
- custom taxonomies on pages
- Set two terms for a post when they differ only by an accent
- Unknown column ‘wp_posts.ID’ in ‘field list
- Custom taxonomies registered via plugin stop existing after function finishes running
- Conditional if is single and part of the custom taxonomy
- How can I rewrite the URL of my custom taxonomy to include the year?
- Problem registering custom taxonomy
- Get all users attached to a taxonomy
- Permalinks incorrectly inserting multiple categories
- List active taxonomy terms
- How do you move custom fields to custom taxonomies using WP Queries
- Where to put code to get custom taxonomy term id?
- Get one custom taxonomy category
- Select default taxonomy on dropdown
- Creating a page for custom taxonomy archive
- Taxonomy Extra Meta [duplicate]
- How can I query for all values of a custom taxonomies?
- Returning info from MYSQL table via custom taxonomy
- get_terms() – unexpected ‘=>’ (T_DOUBLE_ARROW) error
- add_rewrite_rule pagination 404 error on page 4 and above
- Taxonomies starting with a hyphen (minus) to assign B.C. dates to a post