Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/08/2013, 10:11
Avatar de amanda85
amanda85
 
Fecha de Ingreso: agosto-2013
Ubicación: Colón, Entre Ríos
Mensajes: 3
Antigüedad: 10 años, 8 meses
Puntos: 0
Respuesta: Consulta para incluir enlaces en Imágenes Inicio

Hola Arturo.
Gracias por la respuesta.
Encontré el archivo que mencionaste y dentro del mismo está el código de los Featured-Box:

Código PHP:
Ver original
  1. $options[] = array(
  2.         'desc' => '<b>FEATURED BOX: 0' . $fbsinumber . '</b>',
  3.         'type' => 'info');
  4.    
  5.     $options[] = array(
  6.         'name' => 'Image',
  7.         'desc' => 'Upload an image for the Featured Box. 200px X 100px image is recommended.  If you do not want to show anything here leave the box blank.',
  8.         'id' => 'featured-image' . $fbsinumber,
  9.         'std' => get_template_directory_uri() . '/images/featured-image' . $fbsinumber . '.jpg',
  10.         'type' => 'upload');   
  11.    
  12.     $options[] = array(
  13.         'name' => 'Title',
  14.         'desc' => 'Input your Featured Title here. Please limit it within 30 Letters. If you do not want to show anything here leave the box blank.',
  15.         'id' => 'featured-title' . $fbsinumber,
  16.         'std' => 'Simplify Theme for Small Business',
  17.         'type' => 'text');
  18.    
  19.     $options[] = array(
  20.         'name' => 'Description',
  21.         'desc' => 'Input the description of Featured Areas. Please limit the words within 30 so that the layout should be clean and attractive.',
  22.         'id' => 'featured-description' . $fbsinumber,
  23.         'std' => 'The Color changing options of Simplify will give the WordPress Driven Site an attractive look. Simplify is super elegant and Professional Responsive Theme which will create the business widely expressed.',
  24.         'type' => 'textarea');

EL problema es que no tengo ni la menor idea de PHP... Estuve leyendo y viendo algunas cosas en youtube, pero me parece que no es algo que vaya a resolver rápidamente...
Me podrían recomendar algún tutorial básico como para empezar..?

Gracias y Saludos!