Remove Orderby In Woocommerce Archives

Here’s a little snippet which remove the orderby dropdown on product archive pages.

Add this to your functions.php file:

// PRO - remove Orderby on shop page
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );

Useful post? Share it

Leave a Reply

Your email address will not be published. Required fields are marked *