Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/01/2012, 13:11
Avatar de molinojopiento
molinojopiento
 
Fecha de Ingreso: septiembre-2004
Mensajes: 128
Antigüedad: 20 años, 3 meses
Puntos: 1
Respuesta: Campos Personalizados Duda?¿?¿

Código PHP:
Ver original
  1. error_reporting(E_ERROR);
  2. // Theme variables
  3. require_once (TEMPLATEPATH . '/library/functions/theme_variables.php');
  4.  
  5. //** ADMINISTRATION FILES **//
  6.  
  7.     // Theme admin functions
  8.     require_once ($functions_path . 'admin_functions.php');
  9.  
  10.     // Theme admin options
  11.     require_once ($functions_path . 'admin_options.php');
  12.  
  13.     // Theme admin Settings
  14.     require_once ($functions_path . 'admin_settings.php');
  15.  
  16.    
  17. //** FRONT-END FILES **//
  18.     require_once ($functions_path . 'image_resizer.php');
  19.    
  20.     // Widgets
  21.     require_once ($functions_path . 'widgets_functions.php');
  22.  
  23.     // Custom
  24.     require_once ($functions_path . 'custom_functions.php');
  25.  
  26.     // Comments
  27.     require_once ($functions_path . 'comments_functions.php');
  28.    
  29.    require_once ($functions_path . 'yoast-posts.php'); 
  30.     require_once ($functions_path . 'yoast-canonical.php');
  31.     require_once ($functions_path . 'yoast-breadcrumbs.php');
  32.    
  33.    
  34.     require_once ($functions_path . '/admin_dashboard.php');
  35.     require_once (TEMPLATEPATH . '/language.php');
  36.    
  37.     require(TEMPLATEPATH . "/product_menu.php");
  38.    
  39.     require($functions_path . "/auto_install_setting.php");
  40. ?>

Nones, no esta ahi. :/

Fui al archivo customs_functions.php , ahi pille algo pero no cambia.. dice

Código HTML:
Ver original
  1. <p> <span class="field"> <?php _e(AREA_TEXT);?> </span> <span>: <?php echo get_post_meta($post->ID,'area',true);?> (<?php echo get_area_unit();?>) </span> </p>

Creo que en (Area_text) deberia estar el texto pero ese archivo no lo encuentro deberia ser un xml supongo.
__________________
:-D algun dia sere el mejor....... :aplauso:

Última edición por molinojopiento; 03/01/2012 a las 13:34