Archive php ile Index php arasında heryer neredeyse benzer.

<div id="coreContent" class="hfeed">
    	<?php if (have_posts()) : ?>
    		<?php while (have_posts()) : the_post(); ?>
ve

<?php the_content('tamamını oku &raquo;'); ?>
Bölümlerini ( index.php'de bunlar ) archive.php ile değiştirdim, oldu.