Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Jeff Strank

Taxonomy Columns as Checkboxes

Hi. First, this plugin is game-changing for me so thanks!

Quick question: Taxonomy columns show up for me as a dropdown. Is there any way to have them appear as checkboxes in the backend tables optionally? This would make it a lot faster to make a backend change, particularly in the case of a taxonomy with a small number of choices.

Thanks again.

2 years, 9 months ago
Stefan van den Dungen Gronovius
Developer

Thanks for your feedback and I’m glad you like the plugin.
I suspect that you mean the drop-down in either Smart Filtering or the editing feature.
For Inline Editing, you can change the behavior from an Ajax drop down to a checkbox list with this hook:
https://github.com/codepress/admin-columns-hooks/blob/master/acp-editing-view_settings.php

You can try to change the type to ‘checklist’ and set the ‘options’ yourself with a key-value paired array.

2 years, 9 months ago
Jeff Strank

Thanks, this helps a lot!

2 years, 8 months ago

You must be logged in to reply to this topic.