Files
profile/template-parts/micro/terms.php
2025-07-13 23:40:52 +03:00

17 lines
289 B
PHP

<!--[micro/terms]-->
<div class="d-none">
<?php foreach (wp_get_post_terms( get_the_ID(), ["category"] ) as $term) : ?>
<span itemprop="articleSection">
<?= $term->name ?>
</span>
<?php endforeach; ?>
</div>
<!--[/micro/terms]-->