Forums
(@wsanders)
17 years, 7 months ago
<div class=”entry”> <?php if(is_archive()) {the_excerpt(‘Read the rest of this entry »’); } else { the_content(); } ?> </div>
So would it look something like that?