Post By Tag

PHOTO EMBED

Fri Sep 02 2022 05:51:57 GMT+0000 (Coordinated Universal Time)

Saved by @kunal

https://prnt.sc/zDsfH7HbtJ2G

{% for item in module.post_by_topic %} 
{% set tag_posts = blog_recent_tag_posts(module.blog_field, item.select_tag , item.post_count) %}
{% for tag_post in tag_posts %}
<div class="">
  <div class="post-title">{{ tag_post.name }}</div>
</div>
{% endfor %}  
{% endfor %}
content_copyCOPY