Title: Sorted article list?
Last modified: August 21, 2016

---

# Sorted article list?

 *  [bertholdsson](https://wordpress.org/support/users/bertholdsson/)
 * (@bertholdsson)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sorted-article-list/)
 * Is there a way to sort the article list, either by article number (SKU) är article
   name.
 * Either in an update of the plugin or a php-hack will be great 🙂
 * /jörgen
 * [http://wordpress.org/plugins/wp-order-cart/](http://wordpress.org/plugins/wp-order-cart/)

Viewing 1 replies (of 1 total)

 *  [lanisanethong](https://wordpress.org/support/users/lanisanethong/)
 * (@lanisanethong)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/sorted-article-list/#post-4186134)
 * This solution worked for me for products displayed in the archive page…
 * Under wp-order-cart/templates/products.php, go to ~line 33 where this code is:
   
   <?php if (have_posts()) : while (have_posts()) : the_post();?>
 * Above that line, add this code:
    <?php query_posts($query_string . ‘&orderby=
   title&order=ASC’); ?>
 * I have it sorted by title, but you should be able to change it to another field.
   Also, be aware that this will be overwritten if you update the plug-in.

Viewing 1 replies (of 1 total)

The topic ‘Sorted article list?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-order-cart.svg)
 * [WP Order Cart](https://wordpress.org/plugins/wp-order-cart/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-order-cart/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-order-cart/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-order-cart/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-order-cart/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-order-cart/reviews/)

## Tags

 * [list](https://wordpress.org/support/topic-tag/list/)
 * [sku](https://wordpress.org/support/topic-tag/sku/)
 * [sort](https://wordpress.org/support/topic-tag/sort/)
 * [sortable](https://wordpress.org/support/topic-tag/sortable/)

 * 1 reply
 * 2 participants
 * Last reply from: [lanisanethong](https://wordpress.org/support/users/lanisanethong/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/sorted-article-list/#post-4186134)
 * Status: not resolved