Hello,
I face the problem that GK5 cannot display tags using {TAGS} in Article format text.
Below is the code i use
<div class="news_block">
<a class="img_block" href="{URL}"><img class="nspImage" src="{IMAGE_SRC}" alt="{TITLE}" /></a>
<div class="information">
<div class="news_freepass">{TAGS}</div>
<a href="{URL}"><h4>{TITLE}</h4></a>
<div class="news_category">{CATEGORY}</div></div></a>
<div class="slider_info">
<div class="slider_text">
{TEXT}</div>
<a href="{URL}" class="slider_more">διαβάστε περισσότερα</a>
</div>
</div>
and it doenst return the k2 tags of the article
https://gyazo.com/bb32b618c9467d95b836a78e6fc6898f
Thanks in adnance,