archive.php alttaki kodları bul

<?php while (have_posts()) : the_post(); ?>

<div class="entry">

<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>

<small> <?php if(function_exists('the_views')) { the_views(); } ?></small>

üstteki kodların altına bu kodu ekle

<?php the_content('Devamını Oku'); ?>