Ver Mensaje Individual
  #32 (permalink)  
Antiguo 01/07/2011, 10:28
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, 8 meses
Puntos: 638
Respuesta: Tips / trucos para WordPress

Cómo mostrar información de un theme específico:
Código PHP:
Ver original
  1. <?php
  2.     $theme_data = get_theme_data(WP_CONTENT_DIR . '/themes/THEME_NAME/style.css');
  3.     echo $theme_data['Title'];
  4.     echo $theme_data['Author'];
  5. ?>
Más información: http://codex.wordpress.org/Function_...get_theme_data
__________________
Friki y Blogger por Cuenta Propia:213
Twenty'em: Theming is Prose