image.php oluştur. Nasıl yapılır bilyorsan single.php dosyasını masa üstüne indir. adını image diğe değiştir olay tamamdır.
Daha sonra <?php the_content satırının hemen üstüne şunları ekle
<div class="alignleft"><?php previous_image_link($size, '<img src="http://www.siteismi.com/wp-content/themes/temam/images/geri.png" alt="geri" width="57" height="57" />' ); ?></div>
<div class="alignright"><?php next_image_link($size, '<img src="http://www.siteismi.com/wp-content/themes/temam/images/ileri.png" alt="ileri" width="57" height="57" />' ); ?></div>
<center><?php echo wp_get_attachment_image( $post->ID, 'Full Size' ); ?></center>
Bunları image dosyasına ekledikten sonra image.php dosyasını temanın içerisine at. olay bu kadar kolay gelsin.
Yukarıda ki dizini kendine göre ayarlarsın ileri geri butonlarının resimlerini belirtilen yere atmayı unutma.