[Resolved] Sort custom post type by custom tax in admin
The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This thread is resolved. Here is a description of the problem and solution.
Problem:
How to sort custom post type by custom taxonomy in admin screen?
Solution:
There is no builtin option to sort custom post type by custom tax in admin.
This support ticket is created 7 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.
I'd like to sort my custom post type by a custom taxonomy in the admin UI. Is this possible?
With the default 'posts' & 'categories' I can sort by category in the "Posts" admin, but there is no option to do this with Types' custom taxonomies & custom post types. Is there a way to enable this?
I installed that plugin and checked off the post type I'd like to sort, but nothing changed in the wp-admin. There are no new options to sort by the custom tax assigned to this custom post type. Is there something else I need to do?
Is there a built-in option to do this with Toolset Types?
I just realized I posted this question with the wrong title. I can't seem to edit it for future users who may come across it. Could you change it to "Sort custom post type by custom tax in admin"?
I have edited the post title. Sorry there is no builtin option to sort custom post type by custom tax in admin.
From the plugin I mentioned in last response, you can add Taxonomy column but not Taxonomy dropdown filter.
You need to make it happen using custom coding, I have found a related post to filter post or custom post type by a specific taxonomy term in the WordPress admin: hidden link