Support

Account

Home Forums Front-end Issues Some fields show parent-page value instead of current-page value. Reply To: Some fields show parent-page value instead of current-page value.

  • Hi @timshutes

    The code:

    
    <a href="<?php the_field('page-link') ;?>"><?php the_field('page-link-title') ;?></a>
    

    is missing the $post_id parameter! That is why it is not loading from the child page