Explorar o código

added class to read more

Eddie Machado %!s(int64=13) %!d(string=hai) anos
pai
achega
ea76d289da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      library/bones.php

+ 1 - 1
library/bones.php

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