<div class="bw-post">
	<div class="bw-date">Posted <?php echo get_the_date('F j, Y'); ?></div>
	<h3 class="bw-title"><?php the_title(); ?></h3>
	<a href="<?php echo wp_get_attachment_url(intval(get_field('acf-pdf', get_the_ID()))); ?>" target="_blank" rel="noopener noreferrer" class="bw-download-button">DOWNLOAD</a>
</div>