Title: Post_title
Last modified: August 21, 2016

---

# Post_title

 *  [dherold](https://wordpress.org/support/users/dherold/)
 * (@dherold)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/post_title/)
 * I want to order results by post_title.
 * Not seeing this in the sorting meta keys listed in the Results Settings.
 * How to?
 * [http://wordpress.org/plugins/ajax-wp-query-search-filter/](http://wordpress.org/plugins/ajax-wp-query-search-filter/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [dherold](https://wordpress.org/support/users/dherold/)
 * (@dherold)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/post_title/#post-4447667)
 * Never mind, I found the answer …
 *     ```
       add_filter('ajax_wpqsf_query','title_sorting_fn','',2);
       function title_sorting_fn($args, $id){
       $args['orderby'] = 'title';
       $args['order'] = 'ASC';
       return $args;
       }
       ```
   
 * Excellent plugin, BTW. Your hard work is much appreciated!

Viewing 1 replies (of 1 total)

The topic ‘Post_title’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ajax-wp-query-search-filter_ffffff.
   svg)
 * [Ajax WP Query Search Filter](https://wordpress.org/plugins/ajax-wp-query-search-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-wp-query-search-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [dherold](https://wordpress.org/support/users/dherold/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/post_title/#post-4447667)
 * Status: not resolved