I’m struggling trying to remove the product sort totally. nothing I do removes it.
I forgot to say this is for WooCommerce. I want to remove the Sort by dropdown completely, thanks
http://cswpstage.hostworks.net/product-category/models/1-18-grand-prix-racecar-models/
Any thoughts here?
Hi,
Please try adding following code to Functions.php file in Appearance > Editor
function avia_woocommerce_frontend_search_params()
{
return;
}
Best regards,
Yigit