Öncelikle, wp-admin/themes.php açın.

181.satırda şu kodu göreceksiniz:
<a href="<?php echo $activate_link; ?>" class="<?php echo $thickbox_class; ?> screenshot">
Aşağıdaki ile değiştirin:
<a href="<?php echo $activate_link; ?>" class="screenshot">
186. satırdaki şu kodu:
<h3><a class="<?php echo $thickbox_class; ?>" href="<?php echo $activate_link; ?>"><?php echo $title; ?></a></h3>
Aşağıdaki ile değiştirin:
<h3><a href="<?php echo $activate_link; ?>"><?php echo $title; ?></a></h3>
Bu işlemlerden sonra dosyayı kaydedip, tekrar deneyin. Önizleme olmadan tema aktifleştirilecek