CMS - How to show a featured item

Hi!
I’m creating a blog using CMS on Editor X .
I have a repeater that shows all the “articles” (they are different items), on the same page I want to have a section that will show only the featured article.
I’m thinking of creating a boolean field that is called “featured” if that field is selected then the item displays on the “featured” section and isn’t displayed on the repeater section.
Is this possible?

1 Like

You’ll need two datasets on the page, each with a different filter. One filter should exclude the ‘featured’ item, the other should limit itself to that item.

Got it! So simple :slight_smile: thanks!