HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>