Title: Filter Menu Items
Last modified: August 22, 2016

---

# Filter Menu Items

 *  Resolved [slayterm](https://wordpress.org/support/users/slayterm/)
 * (@slayterm)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/filter-menu-items/)
 * I would like to be able to sort my menu items by price. Is there a way to do 
   that?
 * [https://wordpress.org/plugins/wp-restaurant-manager/](https://wordpress.org/plugins/wp-restaurant-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Alessandro Tesoro](https://wordpress.org/support/users/alessandrotesoro/)
 * (@alessandrotesoro)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/filter-menu-items/#post-5926701)
 * If you’re using the built-in shortcodes, you need to modify the WP_Query arguments
   through it’s filters.
 * If you’re using the category shortcode, you can use this filter here [https://github.com/alessandrotesoro/wp-restaurant-manager-lite/blob/master/includes/class-wprm-shortcodes.php#L178](https://github.com/alessandrotesoro/wp-restaurant-manager-lite/blob/master/includes/class-wprm-shortcodes.php#L178)
 * If you’re using the full menu shortcode you can use this filter here [https://github.com/alessandrotesoro/wp-restaurant-manager-lite/blob/master/includes/class-wprm-shortcodes.php#L259](https://github.com/alessandrotesoro/wp-restaurant-manager-lite/blob/master/includes/class-wprm-shortcodes.php#L259)
 * Either way, both filters accept the WP_Query parameters explained here [https://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters](https://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters)
 * The meta field name is
 * `_wprm_item_price`
 * Please note i haven’t tested this.

Viewing 1 replies (of 1 total)

The topic ‘Filter Menu Items’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Alessandro Tesoro](https://wordpress.org/support/users/alessandrotesoro/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/filter-menu-items/#post-5926701)
 * Status: resolved