I'm unable to filter by taxonomy, I don't understand why. I have setup some as this: 'admin_filters' => array( 'genre' => array( 'title' => 'Genre', 'taxonomy' => 'genre', ), ), but I don't see also in the query string this taxonomy as parameter.
I'm unable to filter by taxonomy, I don't understand why. I have setup some as this:
'admin_filters' => array(
'genre' => array(
'title' => 'Genre',
'taxonomy' => 'genre',
),
),
but I don't see also in the query string this taxonomy as parameter.