Viewing 1 replies (of 1 total)
  • They use the post thumbnail function in the loop.

    For example, with a category:

    <?php while ( have_posts() ) : the_post(); ?>
     <div class="labelitem1">
       <a href="<?php the_permalink(); ?>">
          <?php the_post_thumbnail(array(141,141)); ?>
       </a>
     </div>
    <?php endwhile; ?>
Viewing 1 replies (of 1 total)
  • The topic ‘How did they do this on their wordpress theme?’ is closed to new replies.