Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/12/2008, 14:13
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: Direrenciar Index y contenido

Código PHP:
<?php if ( is_home() ) { ?>
  A mostrar en el HOME
<?php } else { ?>
  A mostrar en el resto de la web
<?php ?>