Anasayfada göstermek istiyorsan; benim tema dosyaları içindeki index.php de kullandığım kodlar bunlar. Ama bunun yerine bitane pluginde var. Çok daha kolay bi şekilde bu işlemi yapıyor
<div id="content" class="narrowcolumn">
<?php
$postnum = 1;
$addmyhtml = 1;
?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<?php if ($postnum == $addmyhtml) { ?>
REKLAM KODLARIN
<?php } ?>
<div class="entry">
<?php the_content('Devamını oku...'); ?>
<small ><?php the_author() ?> tarafından <?php the_time('j F Y') ?> | <?php edit_post_link('E ','','<strong>|</strong>'); ?> <?php comments_popup_link('Yorum yok »', '1 Yorum »', '% Yorum »'); ?></small>
<div class="hr"></div>
</div>
<!--
<?php trackback_rdf(); ?>
-->
</div>
<?php if ($postnum == $addmyhtml) { ?>
<div align="left"><a href="http://www.unlusiteleri.com" title="Ünlülerin web siteleri" target="_blank"><img class="orta_koseli" src="http://www.fukara.net/unlusite_banner.gif" /></a></div><br />
<div class="hr"></div>
<?php } ?>
<?php $addmyhtml++; ?>
<?php endwhile; ?>
<?php else : ?>
<h2 class="center">Bulunamadı</h2>
<p class="center"><?php _e("Sorry, but you are looking for something that isn't here."); ?></p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
</div>