Could someone help me figure out what code I need to use in order to pull the tags that are used on each blog post?
For example, I’m creating a module that pulls each blog post and shows a preview of it with a link to it, but I’d also like to show the tags in the preview that are listed for each.
I’m only able to pull all of the tags used: {{ blog_tags(“default”, 250) }} but can’t link it to only pull the tags for each specific post.
The solution is the .tag_list. The object you query depends on your markup. Most templates now use content instead of post. Glad you realized that was your case.