In wordpress I am using the more feature to cut off a post partway through. I want to modify how it displays the "Read the rest of this entry" link and have that link on its own separate line. The relevant code for it is this, <?php the_content ('Read the rest of this entry »');?> Basically I want to add a line break between the content and the read more link, but can't figure out how to do it. Any suggestions?