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 } ?>