<div class="post-wrap">
	<div class="post">
		<!-- show the year -->
		<txp:if_different>
		<h2 class="archive-year"><txp:link_date format="%Y" /></h2>
		</txp:if_different>
		<!-- show the month -->
		<txp:if_different>
		<h3 class="archive-month"><txp:link_date format="%B" /></h3>
		</txp:if_different>
		<!-- article title and link -->
		<h4><txp:link /></h4>
		<p><txp:link_description /></p>
	</div>
</div><!--close post wrap-->