Ver Mensaje Individual
  #9 (permalink)  
Antiguo 13/01/2011, 07:46
Avatar de rogertm
rogertm
Mod->Cuba
 
Fecha de Ingreso: julio-2005
Ubicación: /home/Cuba/Habana/rogertm/
Mensajes: 2.922
Antigüedad: 18 años, 9 meses
Puntos: 638
Respuesta: Problemas con efecto lightbox en mi tema wordpress

Es muy probable que los plugins que usas no estén actualizados para trabajar con Wordpress 3.x, fíjate en tu theme y compara con TwentyTen a ver si tienes las funciones wp_head() y wp_footer().

Código PHP:
Ver original
  1. <?php
  2.     /* Always have wp_head() just before the closing </head>
  3.      * tag of your theme, or you will break many plugins, which
  4.      * generally use this hook to add elements to <head> such
  5.      * as styles, scripts, and meta tags.
  6.      */
  7.     wp_head();
  8. ?>
  9.  
  10. <?php
  11.     /* Always have wp_footer() just before the closing </body>
  12.      * tag of your theme, or you will break many plugins, which
  13.      * generally use this hook to reference JavaScript files.
  14.      */
  15.  
  16.     wp_footer();
  17. ?>

Saludos
__________________
Friki y Blogger por Cuenta Propia:213
Twenty'em: Theming is Prose