Problem:
I can't figure out how to sort all the locations alphabetically based on the post title.
Solution:
You can achieve this by creating a sorting option and setting the default one to sort by title. After that, you can use CSS to hide the sorting control. Follow the steps outlined in this documentation.
You can use the CSS code below to hide the sorting control:
.wpv-sorting-block {
display: none !important;
}
Relevant Documentation:
https://toolset.com/course-lesson/creating-a-custom-search/#add-front-end-sorting-to-search-results
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
This topic contains 3 replies, has 2 voices.
Last updated by 1 year, 11 months ago.
Assisted by: Christopher Amirian.