I replaced line 25-27 of archive.php with ` <div class=”entry”>
<?php the_content(‘<p>Read the rest of this entry »</p>’); ?>
<?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
</div>`
That did the trick.
But I was wondering if there is a ADMIN way to do this.