Ver Mensaje Individual
  #9 (permalink)  
Antiguo 18/10/2012, 16:38
CamaroonsF1
 
Fecha de Ingreso: octubre-2012
Mensajes: 12
Antigüedad: 11 años, 6 meses
Puntos: 0
Respuesta: Colocar antetítulo a las entradas.

Actualizo: modifique el código que me dio Ag666 a este:
Código:
<? $custom = get_post_meta($post->ID, 'Antetitulo', true);
$Antetitulo = $custom["Antetitulo"][0];
echo ($Antetitulo); ?>
no sé si esta bien... Pero ahora no me da el error de T_STRING si no lo siguiente
Cita:
Warning: Cannot modify header information - headers already sent by (output started at /home/camaroon/public_html/pruebacf1/wp-content/themes/vezine/functions.php:1090) in /home/camaroon/public_html/pruebacf1/wp-includes/pluggable.php on line 881