Archive.php'de bulun;
Alıntı
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
Değiştirin;
Alıntı
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="border: 3px solid rgb(224, 186, 77); margin: 0px 10px 0px 0px; float: left;" src="<?php echo get_post_meta($post->ID, "resim", true); ?>" alt="<?php the_title(); ?>" width="70" height="75"/></a>
<h1><b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b></h1>
Kırmızı yaptığım yere, özel alana hangi değerler resim ekliyorsanız onu yazabilirsiniz.