Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/06/2011, 14:55
Avatar de carlos_belisario
carlos_belisario
Colaborador
 
Fecha de Ingreso: abril-2010
Ubicación: Venezuela Maracay Aragua
Mensajes: 3.156
Antigüedad: 14 años, 1 mes
Puntos: 461
Respuesta: No aparece codigo de "more" "seguir leyendo"

creo que no se entiende bien tu duda, la opción de leer mas se logra agregando al archivo functions.php de tu theme
Código PHP:
Ver original
  1. function new_excerpt_more($more) {
  2.        global $post;
  3.     return utf8_encode('[...] <a href="'. get_permalink($post->ID) .'"> Leer más</a> ');
  4. }
  5. add_filter('excerpt_more', 'new_excerpt_more');
pero no estoy seguro ya que esta algo ambiguo el tema, saludos
__________________
aprende d tus errores e incrementa tu conocimientos
it's not a bug, it's an undocumented feature By @David
php the right way