2025-07-09 21:21:17 +03:00
|
|
|
<!--[micro/terms]-->
|
|
|
|
|
|
|
|
|
|
<div class="d-none">
|
|
|
|
|
|
2025-07-13 23:40:52 +03:00
|
|
|
<?php foreach (wp_get_post_terms( get_the_ID(), ["category"] ) as $term) : ?>
|
2025-07-09 21:21:17 +03:00
|
|
|
|
|
|
|
|
<span itemprop="articleSection">
|
|
|
|
|
|
|
|
|
|
<?= $term->name ?>
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<?php endforeach; ?>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--[/micro/terms]-->
|