maxsoftware
ParticipantForum Replies Created
-
I found a solution for functions.php 🙂
// Replaces the excerpt "Read More" text by a link
function new_excerpt_more($more) {
global $post;
return '<a class="moretag" href="'. get_permalink($post->ID) . '"> Read the full article...</a>';
}
add_filter('excerpt_more', 'new_excerpt_more');
Viewing 1 post (of 1 total)
