Remove Catalog Ordering and Result Count from Shop Page
remove_action(‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30); remove_action(‘woocommerce_before_shop_loop’, ‘woocommerce_result_count’, 20); remove_action(‘woocommerce_after_shop_loop’, ‘woocommerce_result_count’, 20);Continue reading