Show default filter unless selected otherwise
-
Hi is it posible , show default filter unless selected otherwise?
I have a lot of categories and tags and manually assigning filters is a lot of work.
I looked at your code and found a method “get_allowed_filters” and added this code to it, but editing the plugin code is the wrong way.
if ( empty ( $allowed_filters ) ) { $allowed_filters = array ( "my_filter_1", "my_filter_?" ); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show default filter unless selected otherwise’ is closed to new replies.