Viewing 1 replies (of 1 total)
  • Hi aburget,

    Think I got your solution (using ACF too).
    In “print-posts.php”, find the lines where you want your fields to appear, then do something like that:

    <p><?php $your_field = get_field(‘your-field-name’); echo $your_field ; ?></php>

    Hope it’ll be usefull for you! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Integrate Advanced Custom Fields ACF’ is closed to new replies.