Wordpress sort search results by title offers powerful option for developers to sort search results alphabetically in ascending or descending order.
One of the common problems in commercial sites powered by WordPress is the desire to sort search results by post title. For example, if you are selling songs online
and using WordPress, you may need to sort songs from the best to the lowest ratings in the search results. The objective is that any visitor will end up listening the
best songs first and will increase the chances of buying the music.
Using PHP, average song ratings of the song post can be incorporated in the title for more user-friendly approach (potential music buyers) will know the song ratings.
Using “WordPress Sort Searchresult by Title”, when someone do a search using wordpress search box, all those songs can be alphabetically listen in descending order (highest
to lowest).
Other applications include a dating site using wordpress. Say someone would need to search names, it is appropriate to give results alphabetically listed so that
the search names can be located faster.
Currently the existing WordPress search result algorithm will only sort post by date. This is only useful for blogging, complex applications of WordPress sometimes need search results
to be sorted by post title. There are numerous applications that this plugin can be used including a online bookstore powered by WordPress. And this can be easily done bysorting of WordPress
Search Result by Title plugin (to sort the book titles or by book review ratings).
For inquiries, support and technical clarifications about this plugin, please visit the PHP developer website.
Sort_SearchResult_by_Title.php
to the /wp-content/plugins/
directoryAfter upgrading the plugin to its latest version, you can now configure the sort settings for your search by logging in to WordPress admin. And then go to Settings – Sort Search Results by Title.
Probably yes. There is still no guarantee that this plugin will work with other plugins. This plugin takes control of the WordPress search. If you have other plugins that also controls WordPress search. It is possible that this will be a cause of conflict.Test thoroughly before using this plugin in a production setting.
If you want to add some features, contact the author. Your feature will be incorporated in the next release if it is a popular request.
Deactivate the current plugin you are using, then delete it in your server. Do a fresh install of the latest plugin version. Activate, that should fix the issue.