Tema: cortar texto
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/04/2012, 06:35
lopezandres
 
Fecha de Ingreso: enero-2012
Mensajes: 7
Antigüedad: 12 años, 3 meses
Puntos: 1
Respuesta: cortar texto

Prueba:
<?php
$tam = 20;
$mystring=wpsc_the_product_title();
$pos = strpos($mystring, ",");
echo substr($mystring, $pos, $tam);
?>
Y me cuentas