Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/01/2011, 10:51
Avatar de metacortex
metacortex
Viejo demente
 
Fecha de Ingreso: junio-2004
Ubicación: Caracas - Venezuela
Mensajes: 9.027
Antigüedad: 20 años, 5 meses
Puntos: 832
Respuesta: wp_get_attachment_image_src() no me retorna valor pasado por array

Intenta así:

Código PHP:
Ver original
  1. function dp_attachment_image($postid=0, $size='thumbnail', $attributes='') {
  2.     global $post;
  3.     ...