Skip to content

Instantly share code, notes, and snippets.

@kloon
Created December 5, 2012 19:23
Show Gist options
  • Save kloon/4218697 to your computer and use it in GitHub Desktop.
Save kloon/4218697 to your computer and use it in GitHub Desktop.
WooCommerce move sort dropdown to top of page
add_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 11 );
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