CMS Item News and updates

Hello,
I’m asking for help on how to make the CMS collection list, here’s how it goes:

I want to make my “Latest” item not showing on the “previous” items

BTW this is only one collection list.

is there a way to make it happen?


Here is my site Read-Only: [Webflow - practice]
(how to share your site Read-Only link)

Hello Raphaelo,

Here is a neat solution for your problem:

Go to the ‘Previous’ list, turn on the ‘Limit Items’ option, and start from the 2nd item

Please note that once you reach a 100 items, you’ll have to use pagination. But that’s irrelevant here since you won’t have users scroll through a 100 items anyways.

If this answers your questions, please like and mark it as the answer to help keep the community tidy!

1 Like

Hey @akosiphar
Another way of doing it :
Considering that both collections have the same order, you could make the first item of the .previous_collection hidden.
You can select the first item of one collection by :

  1. Select the collection list
  2. Click on the arrow to the right of the class input
  3. Select First Item
  4. Apply a display:none to it

2 Likes

Thank you guys for giving me ways on how to deal with it. appreciate it! :slight_smile: