Love this simple plugin, thank you!
Feature request: I’d like to be able to filter by Taxonomy == Not Set. Right now, I’m using it to filter Knowledge Base articles, so the filter shows all the Knowledge Bases that are registered:
etc.
I’d like the Filter to be like this instead:
That way I can filter by (Not Set) and can use Quick Edit to quickly set a bunch of articles.
Thank you!
]]>I have a WordPress site that has multiple custom post types. Each custom type has its own custom taxonomies, but they als share a few custom taxonomies.
Here’s a simplified example:
Custom post type 1: books; taxonomies: publisher, genre, year_of_publication
Custom post type 2: magazines; taxonomies: publisher, genre, month_of_publication
Custom post type 3: cartoons; taxonomies: publisher, genre, illustrator
When I try to filter a list of specific custom post type, I get no results. When I debug the queries I can clearly see that the query searches in multiple post types (why?), and it adds taxonomy filters from the other custom types.
When I dig deeper I can see that there are two things that are going wrong:
1. Whenever I try to filter either of these three lists, the query searches in post type 1 and 2, and not in post type 3(!), This results in an empty list when I try to filter post type 3.
2. Whenever I try to filter either of these three lists, the query will add filters from another post type: filtering cartoons will add year_of_publication as a GET variable (which adds ‘AND 0 = 1’ to the query), again resulting in an empty result.
My question is: can ‘Admin Taxonomy Filter’ handle shared taxonomies?
Hi Overthere,
Wordfence is reporting:
The Plugin “Admin Taxonomy Filter” appears to be abandoned (updated 27. February 2022, tested to WP 5.9.9).
Type: Plugin Abandoned
Plugin Name: Admin Taxonomy Filter Current Plugin Version: 1.0.2 Last Updated: 27. February 2022 Details: It was last updated 2 years 2 months ago and tested up to WordPress 5.9.9. It may have compatibility problems with the current version of WordPress or unknown security issues. Get more information
As far as I know this can be resolved via updating the meta-information here in the wp-repository, “WP Version” , “Tested up to”.
Thx a lot in advance and have a great weekend! ??
]]>The plugin is not working with the newest WordPress and PHP Version.
Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/vol15_8/infinityfree.com/if0_36282198/htdocs/wp-content/plugins/admin-taxonomy-filter/inc/controller.php on line 53
Any fix possible?
]]>I would like you to add an ability to show filters on media uploader modal.
This is useful on a site that has countless of media files.
My previous topic didn’t receive an answer.
https://www.ads-software.com/support/topic/show-filter-on-media-uploader-modal/
]]>I am looking at moving to WordPress Version 6.0.1 and wanted to know if this PlugIn is supported in that version.
The www.ads-software.com page says this is only “tested” up to version 5.9.3.
Regards,
Michael
]]>Similar to estevanulian, I have a custom post type and taxonomies created with JetEngine.
The plugin filters appeared, but they don’t work. When you select a category, nothing is filtered.
]]>When I do a search in my posts (admin/backend Posts), no matter what I type, it comes up with “no posts found”. Was doing my head in trying to figure it out, searching, reading forums, and couldn’t find any solution until I disabled the Admin Taxonomy Filter plugin (which I only installed last night). The Search function is working again. Not sure what is going on there, but I use my search function every few hours, so it’s a shame that I won’t be able to use this plugin.
]]>I tryed to filter with your plugin my Ultimate members groups. It work like a charm for tags bug for categories, the field seem good, but when we try to filter by categories, that not filter.
When I inspect the HTML code, I see the field ID and Name are empty.
<select name="" id="" class="postform">
<option value="0">All groups categories</option>
<option class="level-0" value="exemple">Example</option>
<option class="level-0" value="test">Test</option>
<option class="level-0" value="over">Over</option>
<option class="level-0" value="cat">Cat</option>
<option class="level-0" value="testing">Testing</option>
</select>
You can try by installing Ultimate Members and create some groups and categories.
]]>Hi,
is this plugin still supported?
Wordfence keep telling me that “The Plugin “Admin Taxonomy Filter” appears to be abandoned”, and I’m a bit worried ??
Can you please tell me if you plan to keep updated this plugin in the future?
Thanks!
Is it possible to show filter on media uploader modal?
(such as for featured image)
I have a Custom Post created with JetEngine. The plugin filters even appeared as I configured, but it is not functional. I simply select the taxonomies but they are not filtered.
]]>Posted this in a review – but realized it’s more productive to post a support topic…
The plugin appears to be broken in WP 5.4? My site has no custom post types or taxonomies – just WP’s core category and tag.
I’ve played around a little – things appear to break (including “Search Posts”) when “All Categories” and “All Tags” are selected – seems to work when some filter is set. Haven’t run through every use case but seems related to that?
Perhaps the issue is that I have some posts with no tags? But I’m just theorizing…
]]>Not able to trash private post after using the tag filter.
When filtering tags, the output are not all posts. I had only an output of 31 posts while there are 73 posts with that tag.
Is there anything I should do to get the right output?
]]>Can I suggest to replace, in “output_filter_for” function :
‘show_option_all’ => sprintf( __( ‘All %s’, ‘admin-taxonomy-filter’ ), $taxonomy->label ),
with :
‘show_option_all’ => sprintf( __( ‘%s’, ‘admin-taxonomy-filter’ ), $taxonomy->labels->all_items ),
In this way we can obtain a more precise label in the plural and according to the feminine or masculine languages (in french for example)
There seems to be a bug for some reason. When i click the filter button, no matter what i have as the taxonomy filters, it will return zero results. However, with the same taxonomy filter selections, if i press filter again, it returns the correct results.
I’ve noticed that the 2 cases generate slightly different urls:
First time, not working link:
https://website.com/wp-admin/edit.php?s&post_status=all&post_type=staff&action=-1&m=0&class=0&department=0&seo_filter&readability_filter&filter_action=Filter&paged=1&action2=-1
The second time, the working link:
https://website.com/wp-admin/edit.php?post_status=all&post_type=staff&m=0&class=0&department=0&seo_filter&readability_filter&filter_action=Filter&paged=1
Hope this gets fixed soon. Thanks!
]]>The plugin shows the filter on my custom post type listing just fine. However, it’s failing at my end.. upon selecting any taxonomy term and pressing the button, the result is zero posts even though there are posts having that term. I’m not even combining multiple terms here. Then, when I get rid of the selection and press Filter again, again it shows zero posts. Pasting the URL at the top, selection is : Discipline = Physics :
[site url]/wp-admin/edit.php?s&post_status=all&post_type=resource&action=-1&m=0&tag=0&discipline=physics&level=0&climate-topic=0&resource-type=0®ion=0&filter_action=Filter&paged=1&action2=-1
In the normal posts viewing, when I click on the Physics term in the columns (I have enabled columns for custom taxonomies), I get a proper listing of all Physics articles, and this is the URL (not generated by this plugin but by the normal wp admin):
[site url]/wp-admin/edit.php?post_type=resource&taxonomy=discipline&term=physics
So the URL generated by this plugin that didn’t work has: discipline=physics
And the URL that works has: taxonomy=discipline&term=physics
Also, when resetting the filter, even the URL for that is probably failing due to discipline=0
and the like. I don’t think WP works like that now, putting the taxonomy’s slug on the left.