I have developed accommodation listing website and created Taxomonies -> Cities, Room Types and Property View type, i need to have 1 page showing all the properties and sorting option above all.
hidden link
I followed steps in help file but could not able to get Taxonomies to sort, please help
Unfortunately, Toolset and WordPress don't support ordering/sorting the results by taxonomy. To achieve this you'll need some workaround. For example, you can add a new custom field named 'Property View Type' and make sure that the selected 'Property View Type' taxonomy term name is also stored in this new custom field as a value. As a result, you'll be able to order/sort the results using this custom field.
Another possibility would be to add a custom search in a View block, where you filter it by the desired taxonomies. Please check more information in our documentation related:
Thanks for your reply and sorry about the late response, unfortunately my work schedule does not include weekend days.
Yes, this would be possible. You can create a custom field named 'City' and fill it with the selected 'Property View Type' taxonomy term name, so that is also stored in this new custom field as its value.
Regarding the other issue with the images you brought, may I kindly ask you to open a new ticket for this question? This will also help other users with similar problems find solutions when searching the forum as well as we avoid mixing lots of questions in one ticket.
As a workaround, you can create a Post Field Group, assign it to the desired CPTs and then create the custom field correspondent to your taxonomy terms.
Please let me know if it is clear and solves the question. Thanks!