|
|
@@ -288,7 +288,7 @@ function bones_filter_ptags_on_images($content){
|
|
|
function bones_excerpt_more($more) {
|
|
|
global $post;
|
|
|
// edit here if you like
|
|
|
-return '... <a class="excerpt-read-more" href="'. get_permalink($post->ID) . '" title="'. __( 'Read', 'bonestheme' ) . get_the_title($post->ID).'">'. __( 'Read more »', 'bonestheme' ) .'</a>';
|
|
|
+return '... <a class="excerpt-read-more" href="'. get_permalink($post->ID) . '" title="'. __( 'Read ', 'bonestheme' ) . get_the_title($post->ID).'">'. __( 'Read more »', 'bonestheme' ) .'</a>';
|
|
|
}
|
|
|
|
|
|
|