In the WP admin panel, posts can be filtered by category.
Similarly, can a custom post type be filtered by taxonomy in the WP admin, and can this be set with this plugin?
Regards
Thorir V
In the WP admin panel, posts can be filtered by category.
Similarly, can a custom post type be filtered by taxonomy in the WP admin, and can this be set with this plugin?
Regards
Thorir V
The plugin does not have this feature, but here's an article that explains how to do it:
http://pippinsplugins.com/post-list-filters-for-custom-taxonomies-in-manage-posts/
Thanks for reply Brad. I should have posted an update, but that's excactly the article that helped me get it to work : )
The only thing I didn't figure out yet was how to apply the same filtering to two custom post types. Copying the article's code I used if( $typenow == 'my_custom_post_type' ) and was hoping I could add another by using array, but haven't yet figured out how. Don't need it actually, so in this case it's not a big issue.
Thanks again.
Terrific plugin! Never would have pulled this off without it.
Like this:
if( $typenow == 'faqs' || $typenow == 'movies' ) {Brad, I owe you coffee!
: )
Many thanks - Thorir V
You must log in to post.