Title: Widget features
Last modified: August 22, 2016

---

# Widget features

 *  Resolved [jhulott](https://wordpress.org/support/users/jhulott/)
 * (@jhulott)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/widget-features/)
 * We are using the wp listings search widget but cant figure out how to make the
   options in the drop down in alphabetical order. they are in the features section
   in the control panel but not in the dropdown.
 * Any Ideas?
 * Also is it possible to select multiple features to search on?
 * Thanks
 * Jason
 * [https://wordpress.org/plugins/wp-listings/](https://wordpress.org/plugins/wp-listings/)

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

 *  Thread Starter [jhulott](https://wordpress.org/support/users/jhulott/)
 * (@jhulott)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/widget-features/#post-5499676)
 * I’m still struggling with this one of any one can help. We are using a custom
   menu widget puling in status , locations , types but I can get them in alpha 
   order even though they re in the Control panel.
 * [http://www.motorhomescampervans.net/](http://www.motorhomescampervans.net/)
 * look top right under listings.
 * Can anyone help?
 * Thanks
 * jason
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/widget-features/#post-5499707)
 * The WP Listings pulls in the taxonomy terms based on the number of posts assigned
   to the term, with the term having the most posts at the top.
 * To change it to alphabetical order, edit the plugin file /includes/class-listings-
   search-widget.php at line 39 change:
 *  `$terms = get_terms( $tax, array( 'orderby' => 'count', 'order' => 'DESC', '
   number' => 100, 'hierarchical' => false ) );`
 * to:
    `$terms = get_terms( $tax, array( 'orderby' => 'name', 'order' => 'DESC','
   number' => 100, 'hierarchical' => false ) );`

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

The topic ‘Widget features’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/widget-features/#post-5499707)
 * Status: resolved