matias2
3/27/2018 - 1:42 PM

Cambiar el "Read more" desde el functions.php

function modify_read_more_link() {
    return '<a class="more-link" href="' . get_permalink() . '">Your Read More Link Text</a>';
}
add_filter( 'the_content_more_link', 'modify_read_more_link' );