sorunun cevabı şöyle olabilir.

Alttaki kodları herhangi bir isimde php dosyası oluştur.. temanın içine at php dosyanı.

<?php query_posts('showposts=6'); ?>
<?php if (have_posts()) : ?>

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

<div class="box1">

<div class="box1img">
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" class="transparentt" ><?php resim_cagir(0, "/wp-content/themes/temaismin/images/resimyok.jpg", "");?></a></div>

<?php the_title_limit(18, ""); ?><br><?php the_time('F j, Y') ?><br><?php the_category(', ') ?><br>
<?php sayfa_sayac(1, 1, 1, 1, 0, ' ', '',' ', '', '') ; ?><br>
<div class="bosluk"></div>
</div>

<?php endwhile; ?>

<?php endif; ?>

bu koduda sidebar ında uygun bir yere ekle.

<?php include (TEMPLATEPATH . '/php oluşturğun dosya ismi'); ?>

resimleri çektirmek içinde eklenti gerekiyor. Alttaki eklentiyi indirip plugins klasörüne atıp aktif et.

http://www.dizi-izle.ws/film-izle/resim_cagirma.rar

sorun yaşarsan pm at yardımcı olurum.