Reply To: Page Title can't be removed

Home Forums Support Page Title can't be removed Reply To: Page Title can't be removed

Home Forums Support Page Title can't be removed Reply To: Page Title can't be removed

#201080
Jamal

I used below code on my site but it removes even sorting/ordering and i dont know of a way to just remove the result count. Give it a try though

/*===Removes sort by and result count from product pages===*/
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
function woocommerce_result_count() {
        return;
}