Hi, that worked thanks. Only problem now is it doesn’t link to the page with the full post.
I’ve trued to follow the WordPress advice and added the following to the theme-functions.php
function new_excerpt_more( $more ) {
return ‘ ‘ . __(‘Read More’, ‘your-text-domain’) . ‘‘;
}
add_filter( ‘excerpt_more’, ‘new_excerpt_more’ );
It didn’t work, but i’m not sure if I put it in the correct place???
Thanks