Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created November 5, 2013 03:21
Show Gist options
  • Save agusmu/7313353 to your computer and use it in GitHub Desktop.
Save agusmu/7313353 to your computer and use it in GitHub Desktop.
WooCommerce - Remove result count and catalog ordering on shop page
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment