I've a client for whom I've set his blog to display the latest five posts' excerpts on another of his sites. This is accomplished by use of a call to wp-blog-header.php at the top of the intended display page, and The Loop where the excerpts need to display on the other site.
What is NOT working is when I try to make the [...] at the end of the excerpt display something like [Read More...] and link to the blog page with the full post.
Anyone know if this can be done? I just spent the last two hours reading through everything in the Codex, and about 3 years of posts on this forum, none of which seems to be what I'm looking for.