You can use the split()
method:
<?php
$tags = $page->tags()->split(',');
foreach($tags as $tag): ?>
<?= $tag ?>
<?php endforeach ?>
Or if you want to build a link for filtering, see this thread:
You can use the split()
method:
<?php
$tags = $page->tags()->split(',');
foreach($tags as $tag): ?>
<?= $tag ?>
<?php endforeach ?>
Or if you want to build a link for filtering, see this thread: