wp-admin/themes.php içerisinde aşağıdaki satırları bulun:
<a href="<?php echo $activate_link; ?>" class="<?php echo $thickbox_class; ?> screenshot">
<?php if ( $screenshot ) : ?>
<img src="<?php echo WP_CONTENT_URL . $stylesheet_dir . '/' . $screenshot; ?>" alt="" />
<?php endif; ?>
</a>
<h3><a class="<?php echo $thickbox_class; ?>" href="<?php echo $activate_link; ?>"><?php echo $title; ?></a></h3>
<p><?php echo $description; ?></p>
ilk a href satırındaki class kısmını silerseniz, resme tıklayınca önizleme olmadan, temayı aktif eder. ikinci a href satırından silerseniz, isme tıklayınca önizleme olmadan aktifleme yapar.