How to link up “read more” on excerpts hack from WP Recipies

Replace the last row of code from:

return $content;

To:

return $content.'<a href="'.get_permalink($post->ID).'">Read More...</a>';

tech