Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/09/2013, 07:31
Avatar de Nanos
Nanos
 
Fecha de Ingreso: abril-2013
Mensajes: 26
Antigüedad: 11 años, 1 mes
Puntos: 2
Configurar la imagen por defecto

Hola, estoy intentando que la imagen por defecto que aparece en la entradas de mi blog sea el thumbnail de 297x440 pero no lo consigo.

Este es el código que tiene ahora mismo el tema que estoy usando:

Código PHP:
<div class="featured-panel<?php if((!$minisite || $disable_review=='true') && $thumbnail!='790' && $thumbnail!='1095') { ?> floated<?php ?>"<?php if(!empty($video) && $thumbnail!='790' && $thumbnail!='1095') { ?> style="width:<?php echo $thumbnail?>px;"<?php ?>>
                                            
                                                <?php 
                                                
if(!empty($video)) {
                                                    echo 
$video;
                                                    
$full ' full';
                                                } elseif(
$thumbnail!='none' && has_post_thumbnail()) {
                                                    
$featured_image it_featured_image(get_the_ID(), 'single-'.$thumbnail818380true); 
                                                } else {
                                                    
$full ' full';
                                                }
                                                
?>
A ver si alguien me puede echar una mano.

Gracias!