Home › Forums › Basel support forum › NO TOP "SHOP FILTERS" BUT FILTERS STILL SHOWN IN SHOP PAGE › Reply To: NO TOP "SHOP FILTERS" BUT FILTERS STILL SHOWN IN SHOP PAGE
November 10, 2018 at 5:17 pm
#88695
Artem Temos
Keymaster
Add the following code snippet to the functions.php file in your child theme to remove default sorting and price filters
add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );