<?php echo '<div class="project">';?> <a href="<?php print get_permalink($post->ID) ?>"><?php echo the_post_thumbnail(); ?></a> <h4><?php print get_the_title(); ?></h4> <?php print get_the_excerpt(); ?><br /> <a href="<?php print get_permalink($post->ID) ?>">Details</a> </div> <!-- End individual project col --> <?php endwhile; ?>