Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created April 23, 2014 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivandoric/11215233 to your computer and use it in GitHub Desktop.
Save ivandoric/11215233 to your computer and use it in GitHub Desktop.
woocommerce: Remove catalog ordering
<?php //Add to functions.php
remove_action('woocommerce_pagination', 'woocommerce_catalog_ordering', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment