The community members are discussing the possibility of doing multi-item linking, where a blog post can be linked to 10-20 tags, and clicking on a tag would fetch all the related posts. One community member confirms that this is possible, and another states that it depends on the content management system (CMS) and how the data is fetched. The discussion also touches on the possibility of referencing the related posts via JSON, and a community member suggests that this is a backend concern that depends on the API's ability to query posts based on tags.
Is it possible to do multi-item linking? Let's say for example, to a blog post that you wanna link 10 to 20 tags and then when that tag is clicked it would then fetch all the related posts
Sorry to clarify, every post has tags like this. Where you can see the repeat in tags, I'm wondering if it's okay in Web Studio to reference all of the posts that share a certain tag? And I wanted to use it in this format of JSON @Oleg Isonen