Support

Account

Home Forums General Issues get_post_meta() works but get_fields() doesn't Reply To: get_post_meta() works but get_fields() doesn't

  • Hi @haleeben

    Have you debugged $post->ID and $link?
    As in, have you printed out the contents of these variables?

    
    <?php 
    
    echo '<pre>';
    	print_r($post->ID);
    echo '</pre>';
    die; ?>