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

How to remove WooCommerce Product Sorting?

Home / Forums / Pinnacle Theme / How to remove WooCommerce Product Sorting?

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
March 27, 2017 at 12:10 am

How do I remove the WooCommerce product sorting dropdown? I’ve tried both of the below and neither work.

add_action( 'init', 'child_theme_init' );
function child_theme_init(){
remove_action( 'kt_woocommerce_page_title_right', 'woocommerce_catalog_ordering', 30 );
}

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

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