Files
profile/template-parts/home/news-top-item.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

19 lines
412 B
PHP

<!--[home/news-top-item]-->
<li>
<?php //get_template_part("template-parts/micro/post"); ?>
<a class="news__name" href="<?= the_permalink() ?>" title="<?= htmlspecialchars( get_the_title() ) ?>">
<?= the_title() ?>
</a>
<?php //get_template_part("template-parts/micro/author"); ?>
<?php //get_template_part("template-parts/micro/image"); ?>
</li>
<!--[/home/news-top-item]-->