<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>
	<?php if (!empty($pdf1 = get_field('acf-pdf', get_the_ID()))) : ?>
	<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>
	<?php endif ?>
	<?php if (!empty($summary = get_field('wpcf-summary', get_the_ID()))) : ?>
		<div class="bw-summary"><?php echo $summary; ?></div>
	<?php endif ?>
	<?php if (!empty($pdf1 = get_field('link', get_the_ID()))) : ?>
<a href="<?php echo get_field('link', get_the_ID()); ?>" target="_blank" rel="noopener noreferrer" class="bw-download-button">LINK</a>
	<?php endif ?>	
</div>