Resmin üzerine tıklayınca sonraki resme geçmesi için
<a href="<?php echo esc_url( $next_attachment_url ); ?>" title="<?php the_title_attribute(); ?>">
<?php $attachment_size = apply_filters( 'twentyeleven_attachment_size', 848 );
echo wp_get_attachment_image( $post->ID, array( $attachment_size, 1024 ) ); ?>
</a>Resimden bağımsız ileri geri butonu vermek için
<?php previous_image_link( false, __( '← Önceki ') ); ?>
<?php next_image_link( false, __( 'Sonraki →') ); ?>