By default, the excerpt link is placed at the end of the last sentence, directly before the closing of the paragraph tag, like this:
... More after the jump. <a href="http://theurl" class="more-link">Read more »</a></p>
However I'm trying to build my theme so that the "read more" link is it's own block element below the parapraph, so I would want something like this:
... More after the jump.</p>
<a href="http://theurl" class="more-link">Read more »</a>
How would I go about making this modification? Thanks!