functions.php ye bunu ekle
function new_excerpt_more($more) {    global $post;    return '… <a href="'. get_permalink($post->ID) . '">' . 'Devamını Oku &raquo;' . '</a>';    }    add_filter('excerpt_more', 'new_excerpt_more');
Kodla uğraşamam diyorsan
Eklenti olarak
Auto Expert Everywhere