Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Sorting in Woocommerce

Home / Forums / Pinnacle Theme / Sorting in Woocommerce

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
February 4, 2021 at 7:34 am

Hi,
I try to switch of the woocommerce catalog ordering an the result count by this in my child-theme functions.php:
// Remove the sorting dropdown from Woocommerce
remove_action( ‘woocommerce_before_shop_loop’ , ‘woocommerce_catalog_ordering’, 30 );
// Remove the result count from WooCommerce
remove_action( ‘woocommerce_before_shop_loop’ , ‘woocommerce_result_count’, 20 );

This does not work. Can you tell me what’s wrong?

Thanks and by
Michael

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.