Showcase different elements from same dataset

Hey everyone,

Had this question come up in the Discord channel about how to show different elements from a dataset.

In the example question, it was featured blog posts and then everything else besides the featured blog posts. Using a boolean field (a true or false checkbox) and two datasets, this can be done without a line of code by filtering as needed. https://support.wix.com/en/article/about-filtering-and-sorting-collection-content-displayed-in-page-elements#condition

This can also be great if you want to vet submissions/entries before they go live (by setting up to only show items marked true to display).


It’s touched upon lightly but you can also reference items from other datasets as well though you do need to setup the ability to work with app collections .

2 Likes

Great video!