I’d like to allow for blogs to have and share multiple tag words. This is very common practice in blogs. My approach is to create a tag collection and a multi-reference field on blog posts. This works great, except I’m having a hard time displaying them in templates.
First problem: on the blog entry page, I added a dynamic list but cannot connect it to teh tags collection and constrain it by the multi-reference field.
Second problem: on the blog list page, I’ve created a dynamic list of blog posts. I was thinking I’d add a dynamic list within each blog list item, but Webflow does not allow this.