Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/07/2013, 11:20
yagami19
 
Fecha de Ingreso: agosto-2011
Mensajes: 75
Antigüedad: 13 años, 7 meses
Puntos: 0
Pregunta Imagen del Post en el index

Hola

instale esta plantilla alltus
pero las imagenes en el inicio no sale (las mini imaganes)
Blog
como podria hacer para q se vea

este codigo es del index
Código:
<?php if(of_get_option("alltuts_posts_layout")==0) { ?>
			<div class="postThumb"><a href="<?php the_permalink() ?>"><?php the_post_thumbnail(); ?></a></div>
			<div class="textPreview">
				<?php the_excerpt(); ?>
			</div>
            <?php } else { ?>
                <?php the_content(''); ?>
            <?php } ?>