Ver Mensaje Individual
  #21 (permalink)  
Antiguo 26/03/2011, 14:49
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Errores de validación W3C en un Theme de WordPress

En teoria en el functions.php deberías agregar esto:
Código PHP:
Ver original
  1. if ( function_exists( 'add_theme_support' ) ) {
  2.   add_theme_support( 'post-thumbnails' );
  3. }
__________________
http://es.phptherightway.com/
thats us riders :)