Title: Sorting Options
Last modified: February 24, 2020

---

# Sorting Options

 *  [doreoo](https://wordpress.org/support/users/doreoo/)
 * (@doreoo)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/sorting-options-3/)
 * Hey,
    can you help me with my sorting options. I build a affiliate store with
   woocommerce and wzone. i want to remove the “sort by sales rank” option in the
   sorting options. i tried with:
 * // Edit WooCommerce dropdown menu item of shop page//
    // Options: menu_order,
   popularity, rating, date, price, price-desc
 * function rsd_catalog_orderby( $orderby ) {
    unset($orderby[“sales_rank”]); return
   $orderby; } add_filter( “woocommerce_catalog_orderby”, “rsd_catalog_orderby”,
   20 );
 * but it dont work. When i insert price, popularity, etc… it works.
 * And is it possible to change the sort by popularity option ? I would like to 
   change it to the product page views.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsorting-options-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Sorting Options’ 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/)

 * 0 replies
 * 1 participant
 * Last reply from: [doreoo](https://wordpress.org/support/users/doreoo/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/sorting-options-3/)
 * Status: not resolved