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.

clickable filters example different views

try add functions.php file:

remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 ); 

Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -