Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/11/2010, 14:41
Avatar de Nano_
Nano_
 
Fecha de Ingreso: febrero-2006
Ubicación: Bogotá, Colombia
Mensajes: 1.866
Antigüedad: 18 años, 2 meses
Puntos: 96
Respuesta: divir texto en 2, wordpress.

Saludos

Ahi lo tienes es solo tener un poco de intuision

Código PHP:
Ver original
  1. $chars_limit = 100;
  2. $chars_text = strlen($text);
  3. $text1 = substr($text,0,$chars_limit); //TExto 1
  4. $text2 = substr($text1,$chars_limit,$chars_text ); //Texto2
__________________
:.:Nano.:: @nano_hard - Retornando al foro