hocam öncelikle tema klasöründe category-tarihce.php diye bir dosya oluşturun içeriği;
// Eğer orjinal dosyada burda başka kodlar varsa onlarıda ekleyin
   <?php while ( have_posts() ) : the_post(); ?>

    <a href="<?php the_permalink(); ?>">
		<?php the_post_thumbnail(); ?>
	</a>

	<a href="<?php the_permalink(); ?>">
		<?php the_title(); ?>
	</a>

    <?php endwhile; ?>
// Eğer orjinal dosyada burda başka kodlar varsa onlarıda ekleyin