Change the "read more" link for paged posts.
<?php function ccd_read_more_link() { return '<a href="' . get_permalink() . '">Custom Read More</a>'; } add_filter( 'the_content_more_link', 'ccd_read_more_link' ); ?>
WordPress Snippet