WooCommerce删除默认排序选项:
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 ); https://This snippet will remove the notice that shows the number of results. remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering',30 );
在哪里添加此代码?
将PHP代码放在主题或子主题functions.php文件的底部。
在哪里编辑php代码
在外观——主题编辑器里面修改functions.php文件