Need Help with Unique Collection List on CMS Collection Page

Hey Webflow fam!

I’m facing a bit of a head-scratcher with CMS collection pages, and I’m hoping someone here can lend a hand.

I’ve set up a blog on Webflow, and on each article page, I want to include a “More Blogs” section at the bottom. The challenge I’m running into is that since this list is inside the CMS collection page, it’s showing the same collection list for every article. I want each article page to display a unique “More Blogs” list.

Any thoughts on how I can achieve this? Am I missing a setting or is there a workaround that you’ve found effective?

Thanks a bunch! :raised_hands:
Moti Sarig

There are different ways to do this, but two are the most popular;

SPECIFIC RELATED ARTICLES
In your Blog CMS collection, add a multiref field and populate it with related items.
In your collection page, drop a collection list and bind it to that field. You can then emit the contents as a list, cards, or whatever UX you want.

CATEGORICALLY RELATED ARTICLES
Create a category table
In your Blog collection ,add a singleref field to the Category, and set a category for every article
In your collection page, drop a collection list and bind it to Blog also
Filter it to “Category = current category”