add files
This commit is contained in:
19
template-parts/home/news-top-item.php
Normal file
19
template-parts/home/news-top-item.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<!--[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]-->
|
||||
Reference in New Issue
Block a user