arkadaşlar aynı sorunu şimdi de ben yaşıyorum boyut kısmında thumbnail yazıyor nasıl ayarlayacağım...

	<!-- begin post -->
	<div class="post">
		<p class="details1"><?php the_time('F j, Y'); ?> / <?php the_category(', '); ?></p>
		<div class="buffer">
		<div class="content">
		<a href="<?php the_permalink(); ?>"><?php dp_attachment_image($post->ID, 'thumbnail', 'alt="' . $post->post_title . '"'); ?></a>
		<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
		<p><?php echo dp_clean($post->post_content, 200); ?></p>
		</div>
		<p class="details2"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> /  <a href="<?php the_permalink(); ?>">Read More</a></p>
		</div>
	</div>
	<!-- end post -->
kodlar böyle