Support

Account

Home Forums General Issues Problem with function in single.php Reply To: Problem with function in single.php

  • Hi @noterepeat

    I think all you need to do is make sure that ACF is loading from the correct $post by adding in a second parameter into the get_field function like so:

    
    get_field('faktor', $post->ID)
    

    Hope that helps.

    Thanks
    E