wordpress - woocommerce - removing grid and list views -
in woocommerce shop users able sort product categories default, list , grid view.
this causing lot of duplicate content.
i'm looking remove list , grid view functionality altogether, not hide display:none;
themes support told me.
try add functions.php file:
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
Comments
Post a Comment