Forums
(@mrpowers)
17 years, 6 months ago
There is also another problem with using excerpts. If you replace
<?php the_content(‘Read the rest of this entry »’); ?>
with
<?php the_excerpt(); ?>
The layout gets blown out when viewing the page in Safari. It looks fine in Firefox though.