Anladığım Kadarı İle Anasayfada Eklenen Hiçbir Konuyu Göstermek İstemiyorsunuz

Temaya Göre Değişebilir Yöntemleri.

En Basiti

index.php Acın Önce Yedek Alınız Daha Sonra

Aşagıdaki Kodlara Benzer Kodları Bulun Satır Satır Kaldırıp Guncelleyın

Eğer Çözemezseniz Ücretsiz Yardım Edebilirim.


İmzamdan Ulaşabilirsiniz.

<?php while (have_posts()) : the_post(); ?>



<div class="post" id="post-<?php the_ID(); ?>">



<div class="title">



<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>







<div class="clear"></div>



</div>



<div class="entry">



<?php $Img = get_thumb($post->ID); ?>



<a href="<?php the_permalink() ?>"><img src="<?php echo $Img; ?>"  alt="<?php the_title(); ?>"  style="width: 250px; height: 300px;float:left;margin:5px 5px 0px 0px;border: 2px solid #bbb; " /></a>




<?php the_excerpt(); ?> 



</div>



<div class='clear'></div>



</div>