Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/02/2013, 06:26
DarkKing
 
Fecha de Ingreso: noviembre-2006
Mensajes: 166
Antigüedad: 17 años, 5 meses
Puntos: 4
Respuesta: limitar texto a mostrar de mysql

the_content_limit() te devuelve el texto recortado.
Para mostrarlo en pantalla lo has de hacer con un echo, de la siguiente forma:

Código PHP:
<?php echo the_content_limit($row['post_content'], 100);?>