Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/07/2013, 08:54
albemartinez
 
Fecha de Ingreso: mayo-2013
Mensajes: 55
Antigüedad: 11 años
Puntos: 1
Respuesta: Problema con Slide

Gracias Arturo... esa era la respuesta... pfff... de pronto es necesario darle un poco de "perspectiva"

Código PHP:
<div style="position: absolute; left: 20%; margin-top: 290px;">
                
                <a href="<?php echo esc_url$link ); ?>">                            
                    <?php
                        $width 
apply_filters'slider_image_width'960 );
                        
$height apply_filters'slider_image_height'295 );
                        
$title get_the_title();
                        
$thumbnail get_thumbnail$width$height''$title$titlefalse'Featured' );
                        
$thumb $thumbnail["thumb"];
                        
                        
print_thumbnail$thumb$thumbnail["use_timthumb"], $title$width$height'' );
                        
                        
                    
?>
                </a></div>
Gracias...!!!