Title: Remove sort feature
Last modified: August 22, 2016

---

# Remove sort feature

 *  Resolved [tracy_fs](https://wordpress.org/support/users/tracy_fs/)
 * (@tracy_fs)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-sort-feature/)
 * Hello,
 * How do you remove the drop down sort feature from the product list page and individual
   product page?
 * [http://dsiderm.com/products/](http://dsiderm.com/products/)
 * Thank you
    Tracy
 * [https://wordpress.org/plugins/ecommerce-product-catalog/](https://wordpress.org/plugins/ecommerce-product-catalog/)

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

 *  Thread Starter [tracy_fs](https://wordpress.org/support/users/tracy_fs/)
 * (@tracy_fs)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-sort-feature/#post-5664235)
 * I was able to fix it!!
 * if anyone is wondering how to remove it – go to functions.php and remove this
   code…
 * ` echo ‘<form id=”product_order”><select id=”product_order_selector” name=”product_order”
   >’;
    foreach ($sort_options as $name => $value) { $option = ‘<option value=”‘.
   $name.'” ‘.selected($name, $selected, 0).’>’.$value.'</option>’; echo apply_filters(‘
   product_order_dropdown_options’, $option, $name, $value, $multiple_settings, 
   $selected); } echo ‘</select></form>’; echo ‘<script>jQuery(“#product_order_selector”).
   change(function() { jQuery(“#product_order”).submit(); });</script>’;
 *  Plugin Author [ndre](https://wordpress.org/support/users/ndre/)
 * (@ndre)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-sort-feature/#post-5664253)
 * If you remove the code from functions.php it will be overwritten with every update.
 * A better way would be to use a shortcode with sort atrbute set to zero. e.g. [
   show_products sort=”0″]
 * You can find more information about product shortcode in the docs:
    [http://implecode.com/docs/ecommerce-product-catalog/product-shortcodes/](http://implecode.com/docs/ecommerce-product-catalog/product-shortcodes/)

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

The topic ‘Remove sort feature’ is closed to new replies.

 * ![](https://ps.w.org/ecommerce-product-catalog/assets/icon-128x128.png?rev=1103243)
 * [eCommerce Product Catalog Plugin for WordPress](https://wordpress.org/plugins/ecommerce-product-catalog/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ecommerce-product-catalog/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ecommerce-product-catalog/)
 * [Active Topics](https://wordpress.org/support/plugin/ecommerce-product-catalog/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ecommerce-product-catalog/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ecommerce-product-catalog/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ndre](https://wordpress.org/support/users/ndre/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/remove-sort-feature/#post-5664253)
 * Status: resolved