|
|
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 |
1 year, 11 months ago
Christopher Amirian
|
|
|
Slider order using list of post IDs
Started by: nickH-5
in: Toolset Professional Support
Quick solution available
|
|
2 |
3 |
1 year, 11 months ago
Minesh
|