Skip to content

add checkboxes filter to admin filters#204

Open
kokiddp wants to merge 1 commit intojohnbillion:developfrom
kokiddp:feature/checkboxes-admin-filter
Open

add checkboxes filter to admin filters#204
kokiddp wants to merge 1 commit intojohnbillion:developfrom
kokiddp:feature/checkboxes-admin-filter

Conversation

@kokiddp
Copy link
Copy Markdown

@kokiddp kokiddp commented Jun 24, 2022

I added the possibility to setup multiple admin taxonomy filters, implemented with a fieldset of checkboxes
https://github.com/johnbillion/extended-cpts/wiki/Admin-filters#taxonomy-terms-dropdown

'admin_filters' => [
    'genre' => [
        'title'    => 'Genre',
        'taxonomy' => 'genre',
        'type'     => 'checkboxes'
    ],
],

@johnbillion
Copy link
Copy Markdown
Owner

Thanks for the PR @kokiddp! I won't have time to check this for a while, but I've added it to my todo list :-)

@johnbillion johnbillion added this to the 5.1.0 milestone Jun 23, 2023
@johnbillion johnbillion removed this from the 5.1.0 milestone Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants