Home Forums WoodMart support forum Shop filter

Shop filter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46754

    tuxen007
    Participant

    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.
    #46776

    Artem Temos
    Keymaster

    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

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)