Title: double sorting after update
Last modified: August 21, 2016

---

# double sorting after update

 *  [ctrlshift.ru@gmail.com](https://wordpress.org/support/users/ctrlshiftrugmailcom/)
 * (@ctrlshiftrugmailcom)
 * [13 years ago](https://wordpress.org/support/topic/double-sorting-after-update/)
 * Hi there,
 * How can I remove a double sorting products drop down above my products? (I’ve
   tried to remove a part of the code from woocommerce-hooks.php, but after update
   it comes again)
    I’ve got U-design theme, Woocommerce 2.0.9, WP 3.5.1. Any help
   would be highly appreciated.
 * Thanks
 * [http://wordpress.org/extend/plugins/woocommerce/](http://wordpress.org/extend/plugins/woocommerce/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [ctrlshift.ru@gmail.com](https://wordpress.org/support/users/ctrlshiftrugmailcom/)
 * (@ctrlshiftrugmailcom)
 * [13 years ago](https://wordpress.org/support/topic/double-sorting-after-update/#post-3727582)
 * [Here ](http://wordpress.org/support/topic/double-pagination-and-sorting-above-the-catalog?replies=9)
   were the efforts to resolve it.
    I’ve tried to remove this code:
 *     ```
       /**
       	 * Products Loop
       	 *
       	 * @see woocommerce_show_messages()
       	 * @see woocommerce_result_count()
       	 * @see woocommerce_catalog_ordering()
       	 */
       	add_action( 'woocommerce_before_shop_loop', 'woocommerce_show_messages', 10 );
       	add_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );
       	add_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
       ```
   
 * from woocommerce-hooks.php, but after update it comes again.
    Also I added `remove_action('
   woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );` to function.php,
   but nothing changed.
 *  Plugin Contributor [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [13 years ago](https://wordpress.org/support/topic/double-sorting-after-update/#post-3727605)
 * If you have double sorting, it will be due to your theme or another plugin.
 * Please make sure you’re running the latest version of everything and if the issue
   persists contact the appropriate author.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘double sorting after update’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [James Koster](https://wordpress.org/support/users/jameskoster/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/double-sorting-after-update/#post-3727605)
 * Status: not resolved