Sorting a View by a custom date field is not in correct order
Started by: Gavin
in: Toolset Professional Support
Quick solution available
2
14
2 years ago
Minesh
rand result in custom searc
Started by: kayser
in: Toolset Professional Support
Quick solution available
Problem:
The user wants to display search results in a random order in a Toolset View without showing the sorting dropdown menu.
Solution:
Set Sorting to Random Order:
1. Add a sorting control to the Toolset View.
2. Set the sorting control to display results in random order.
Hide Sorting Dropdown Menu:
1. Use custom CSS to hide the sorting dropdown menu.
div.wpv-sorting-block {
display: none;
}
Relevant Documentation:
https://toolset.com/course-lesson/creating-a-view/#add-front-end-sorting-to-a-view
2
11
2 years ago
Christopher Amirian
Slider order using list of post IDs
Started by: nickH-5
in: Toolset Professional Support
Quick solution available
2
3
2 years ago
Minesh