excerpt_more
filter:
function skd_read_more( $more ) {
global $post;
$read_more = sprintf( '<a href="%s">Read More...</a>', esc_url( get_permalink() ) );
return $read_more;
}
add_filter( 'excerpt_more', 'skd_read_more' );
]]>
Really appreciate your help, sorry to be so dum.
Paul
]]>functions.php
and it should work without you having to do anything else.
]]>