Candys Posted July 20, 2022 Share Posted July 20, 2022 Hi, I want to change the number of filters leaving only "latest" and "top rated". From a technical standpoint, I know how to do this, since I've done it before on worpdress sites. But how can I find it in KVS? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted July 20, 2022 Share Posted July 20, 2022 Please go to Website UI -> Texts and search for videos.sortings_general in External ID. It should give you this: videos.sortings_general = array(post_date, video_viewed, rating, duration, most_commented, most_favourited) Change like this: videos.sortings_general = array(post_date, rating) 1 Quote Link to comment Share on other sites More sharing options...
Candys Posted July 20, 2022 Author Share Posted July 20, 2022 12 hours ago, Tech Support said: Please go to Website UI -> Texts and search for videos.sortings_general in External ID. It should give you this: videos.sortings_general = array(post_date, video_viewed, rating, duration, most_commented, most_favourited) Change like this: videos.sortings_general = array(post_date, rating) Thank you so much! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.