add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

View File

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