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,35 @@
<!--[single/post-most-popular-item]-->
<div class="col-12 col-md-4 d-none" data-id="<?= get_the_ID() ?>">
<a class="partners__item d-flex d-md-block" href="<?= the_permalink() ?>">
<?php //get_template_part("template-parts/micro/post"); ?>
<span class="partners__frame">
<figure>
<img loading="lazy"
itemprop="image"
class="d-block"
src="<?= the_post_thumbnail_url("thumb-264"); ?>"
alt="<?= htmlspecialchars( get_the_title() ) ?>" />
</figure>
</span>
<strong class="partners__item__title">
<?= the_title() ?>
</strong>
<?php //get_template_part("template-parts/micro/author") ?>
</a>
</div>
<!--[/single/post-most-popular-item]-->