حل مشکل باز نشدن عکس آخرین مقالات

This commit is contained in:
رسول محمدی خانقاه 2025-05-30 13:58:36 +03:30
parent 51e8549c6f
commit 65ed1f26b2

View File

@ -295,8 +295,8 @@
$the_query->the_post();?>
<div class="article-item">
<a href="<?php the_permalink()?>"> <img src="<?php the_post_thumbnail()?>" alt=""> </a>
<a href="<?php the_permalink()?>"> <h3><?php the_title()?></h3> </a>
<a href="<?php the_permalink()?>"><?php the_post_thumbnail()?></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="publish-date"><?php the_date()?></span>
</div>