Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/06/2009, 15:27
American2010
 
Fecha de Ingreso: abril-2003
Mensajes: 1.129
Antigüedad: 21 años, 7 meses
Puntos: 34
Respuesta: Cambiar header wordpress

Supongo que podrías usar algo así...

Código PHP:
<?php if ( is_home() ) { ?><div id="header-home"><?php }

else { 
?><div id="header"><?php }

 
?>
__________________
elGastronomo