I want to use php functions like str_word_count with volt. For example, Split the output of {{ posts.post_con['post_category'] }}, It will something like
category1 category2 category3
and create links something like
<a href="cat/category1">category1</a><br />
<a href="cat/category2">category2</a><br />
<a href="cat/category3">category3</a><br />