add coma between topic & add 'and' in last in topic list

{% set my_topics = blog_topics(group.id, 250) %}{% for item in my_topics %}{% if not loop.last %}{% if not loop.first %}, {{ item }}{% else %}{{ item }}{% endif %}{% else %} and {{ item }}{% endif %}{% endfor %}



https://prnt.sc/n3rffl

Comments

Popular posts from this blog

Pagination of multiple recent post blog

Service Filter

When You Want to open popup(first time load)