Filter content in collection list to show most recent content

Hello, I have created a website that will be utilized for posting blog content. I have formatted two collection lists. One collection list is to be used in the header as the month’s main topic. I have a second collection list below it that will show blog posts from previous months. Both of these collection lists are pulling data from the same CMS collection.

How do I hide the same blog post from being shown in both collection lists? Ideally, the header blog in the first collection list isn’t being shown in the second list at the same time.

My ultimate goal here is that when a new blog is entered into the CMS collection it is automatically formatted into the first collection list, and the blog post that was previously there gets sent to the second collection list.

Any suggestions to solve this would be great!

Thank you!!


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Here is my read only link!
https://preview.webflow.com/preview/styleseat-product-updates?utm_medium=preview_link&utm_source=dashboard&utm_content=styleseat-product-updates&preview=8e4326807e933fb3a4b00c6ff8f02a4d&workflow=preview

Alright I may have solved my own problem but would love to hear from the community! When new content is added to a CMS collection a toggle can be added to be “featured?”. A filter can then be added to each collection list to either show or not show that “featured?” content.

My only issue with this is that new content added will need this toggle on, and previous content that had it on will need to be turned off (so content shifts dynamically downward from collection list 01 to collection list 02).

Hi there, I had the same issue and here is how I figured it out :

  1. On your header collection :
  • set a sort order on “published on > newest to oldest”
  • set a display limit to show 1 item, and start at 1.
    This way, this collection will only show the last published item.
  1. On your second collection, that displays all the others posts :
  • set a sort order on “published on > newest to oldest”
  • set a display limit to show all items, and start at 2.
    This way, this collection will show every items except the last published one.

Hope this helps