حل مشکل باز نشدن عکس آخرین مقالات
This commit is contained in:
parent
51e8549c6f
commit
65ed1f26b2
4
home.php
4
home.php
@ -295,8 +295,8 @@
|
|||||||
$the_query->the_post();?>
|
$the_query->the_post();?>
|
||||||
|
|
||||||
<div class="article-item">
|
<div class="article-item">
|
||||||
<a href="<?php the_permalink()?>"> <img src="<?php the_post_thumbnail()?>" alt=""> </a>
|
<a href="<?php the_permalink()?>"><?php the_post_thumbnail()?></a>
|
||||||
<a href="<?php the_permalink()?>"> <h3><?php the_title()?></h3> </a>
|
<a href="<?php the_permalink()?>"><h3><?php the_title()?></h3></a>
|
||||||
<span class="author"><?php echo get_the_author_posts_link()?></span>
|
<span class="author"><?php echo get_the_author_posts_link()?></span>
|
||||||
<span class="publish-date"><?php the_date()?></span>
|
<span class="publish-date"><?php the_date()?></span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user