Home › Forums › WoodMart support forum › Shop filter Shop filter This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 18, 2018 at 11:19 am #46754 tuxen007Participant How do I remove the Sort By filter and the Price Filter from the Shop Filter? Attachments:You must be logged in to view attached files. March 18, 2018 at 12:19 pm #46776 Artem TemosKeymaster Hi, Add the following code snippet to the functions.php file in your child theme to remove default sorting and price filters add_filter( 'woodmart_use_custom_price_widget', '__return_false', 10 ); add_filter( 'woodmart_use_custom_order_widget', '__return_false', 10 ); Regards Author Posts Tagged: Shop Filter Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register