Title: Featured Products Sorting
Last modified: April 27, 2017

---

# Featured Products Sorting

 *  [lfirth](https://wordpress.org/support/users/lfirth/)
 * (@lfirth)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/featured-products-sorting/)
 * I have added the following filter to my functions file to try and get the front
   page featured products to sort as I sort them in the admin “Products” but it 
   doesn’t seem to sort correctly.
 * // change the number of featured products displayed
    add_filter( ‘storefront_featured_products_args’,‘
   fww_storefront_featured_products’, 199 );
 * function fww_storefront_featured_products( $args ) {
    $args[‘limit’] = 8; $args[‘
   columns’] = 4; $args[‘orderby’] = ‘menu_order’; $args[‘order’] = ‘asc’;
 *  return $args;
    }
    -  This topic was modified 9 years, 1 month ago by [lfirth](https://wordpress.org/support/users/lfirth/).

The topic ‘Featured Products Sorting’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/storefront/4.6.2/screenshot.png)
 * Storefront
 * [Support Threads](https://wordpress.org/support/theme/storefront/)
 * [Active Topics](https://wordpress.org/support/theme/storefront/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/storefront/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/storefront/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [lfirth](https://wordpress.org/support/users/lfirth/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/featured-products-sorting/)
 * Status: not resolved