RPeraltaJr
4/15/2017 - 7:45 PM

Pulling ACF Data to another page by Post ID. The Post ID is obtained by creating a Custom Field on the page (ex. 'franchise')

Pulling ACF Data to another page by Post ID. The Post ID is obtained by creating a Custom Field on the page (ex. 'franchise')

<h1 class="franchise--title">
  <?php echo the_title_attribute(array('post'=>$franchise->ID)); ?>
</h1>
<h2>Liquid Capital Required: 
  <span>$<?php the_field('liquid_capital', $franchise->ID); ?></span>
</h2>