CMS-other blog recommend

hi all,

how can i recommend other blog posts in each blog page?
when I try to link the properties of other blogs,it shows the same content of the current blog.

Thanks


Two common ways;

1 - Related Blogs

  • Add a multi-ref field from Blogs to Blogs ( itself )
  • For each article list related blogs
  • On your blog collection page drop a collection list bound to that multi-ref, and create your related blogs UI

2 - Blog Category

  • Create a separate Category collection, e.g Tech, Finance, Politics…
  • In your Blog table, use a single-ref to Category, or a multi-ref if it’s more appropriate
  • On your blog collection page, drop a collection list bound to Blog, filtered to “where Category contains current category” ( single-ref ), or “where Category contains a current category that the current Blog also has” ( multi-ref )
  • Generally, I’d limit the list e.g. 3 items, and sort by date so newest are shown.

Which approach you use depends on how specific you want to get, and how much admin work you want to do. I generally go towards approach #2 in most builds.