Hello,
I have tried to get the ACF to show on the portfolio item page, however I have not been able to get it to work, please see code below…
<div class="entry-extra">
<?php echo do_shortcode( '[acf field="call_to_action"]' ); ?><br>
<?php x_portfolio_item_tags(); ?>
<?php x_portfolio_item_project_link(); ?>
<?php if(do_shortcode( '[acf field="project_location"]' )!=""): ?>
<?php echo"<h6 style=text-transform:none;font-size:120%;>Location</h5>"; ?>
<ul class="x-ul-icons"><li class="x-li-icon"><i class="x-icon-map-marker"></i><?php echo do_shortcode( '[acf field="project_location"]' ); ?></li></ul>
<?php endif; ?>
<?php if(do_shortcode( '[acf field="duration"]' )!=""): ?>
<?php echo"<h6 style=text-transform:none;font-size:120%;>Project duration</h6>"; ?>
<ul class="x-ul-icons"><li class="x-li-icon"><i class="x-icon-calendar-o"></i><?php echo do_shortcode( '[acf field="duration"]' ); ?></li></ul>
<?php endif; ?>
<?php x_portfolio_item_social(); ?>
</div>
any suggestions?
Thanks
Daniel