File: D:/HostingSpaces/WKIst/sustarianliving.com/wwwroot/wp-content/themes/hemlock/content-grid.php
<li>
<article id="post-<?php the_ID(); ?>" class="item">
<a href="<?php echo get_permalink() ?>"><?php the_post_thumbnail('thumb'); ?></a>
<div class="item-content">
<span class="cat"><?php sp_category(', '); ?></span>
<h2><a href="<?php echo get_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php the_excerpt(); ?>
<span class="date"><?php the_time( get_option('date_format') ); ?></span>
</div>
</article>
</li>