سلام خسته نباشید
من قالب زیر رو نصب کردم رو لکال هاست اما مشکلی که دارم اینکه وقت می خوام پست بدم 2تا پست میره اون بالا و به صورت عکس بزرگ نشون داده میشه . می خوام اونرا بردارم اما وقتی کد رو پاک می کنم سایت بالا نمیاد و ارور میده .
` <?php if (have_posts()) : ?>
<?php $count = 0; ?>
<?php while (have_posts()) : the_post(); ?>
<?php $count++; ?>
<?php if ($count < 3) : ?>
<div class="posts-wrap1">
<div class="thumbnail-top"><img src="<?php echo catch_that_image() ?>" height="200" width="220"></div>
<div class="content-top">
<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title( ); ?></a></h1>
<span class="desc"><?php comments_popup_link(__('بدون نظر'), __('1 نظر'), __('% نظر')); ?></span>
</div>
</div>
<?php else : ?>
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*/
get_template_part( 'loop', 'index' );
?>
<?php endif; ?>
<?php endwhile; ?>
<?php else : ?>
<h4 class="center">پیدا نشد !</h4>
<p class="center">پوزش. صفحه ای که بدنبال آن می گردید موجودنمی باشد.</p>
<?php endif; ?>
`
این هم کدی که در index.php من هست .
لینک قالب در اینجا