Hi,
The users will be able to filter by review score if they choose to, there is a drop down containing a few sorting methods in category pages
– https://www.screencast.com/t/w3YwB4OA
– https://demo.tagdiv.com/newspaper/category/tagdiv-technology/tagdiv-reviews/
Thanks
It would be with some CSS, something like this – https://www.screencast.com/t/Oka1VqzYkE
.category .td-pulldown-filter-list li:not(:nth-child(5)) {
display: none;
}
Sorry again for the inconvenience, we will include more options for the cloud library plugin in the future.
You could create templates for each category, and use normal blocks and grids which can be filtered and sorted. The category grids and the loop element don’t have sorting methods for the moment. Or use default category templates until more settings are added.