Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/08/2013, 05:21
Avatar de zanguanga
zanguanga
Moderadora
 
Fecha de Ingreso: julio-2009
Ubicación: España
Mensajes: 1.686
Antigüedad: 14 años, 9 meses
Puntos: 429
Respuesta: Consulta para incluir enlaces en Imágenes Inicio

Siguiendo la lógica que ha expuesto el compañero ArturoGallegos

deberías empezar por algo así como cambiar

Código PHP:
Ver original
  1. $options[] = array(
  2.         'name' => 'Title',
  3.         '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.',
  4.         'id' => 'featured-title' . $fbsinumber,
  5.         'std' => 'Simplify Theme for Small Business',
  6.         'type' => 'text');

por
Código PHP:
Ver original
  1. $options[] = array(
  2.         'name' => 'URL',
  3.         'desc' => 'blablabla...URL de pagina de destino...',
  4.         'id' => 'featured-url' . $fbsinumber,
  5.         'std' => 'Simplify Theme for Small Business',
  6.         'type' => 'url');
  7.  
  8.     $options[] = array(
  9.         'name' => 'Title',
  10.         '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.',
  11.         'id' => 'featured-title' . $fbsinumber,
  12.         'std' => 'Simplify Theme for Small Business',
  13.         'type' => 'text');

para después incluirlo en el HTML que has copiado arriba, a modo de enlace de las imágenes, siguiendo la misma lógica que el resto.
__________________
Mi blog personal | Mi G+