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

Buenas, estoy con un theme de wordpres y tengo un pedo atorado que no puedo sacar... cuando llamo las miniaturas, estas ocurren alineadas a la izquierda y las necesito centradas... y eso no se como se hace... espero me puedan ayudar un poco, les pego mi codigo

Código PHP:
<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>