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 );
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 );