Support

Account

Home Forums General Issues Pull in fields from page with same name as username Reply To: Pull in fields from page with same name as username

  • Hi @phil.owen

    So you can correctly get the $post_id value, that’s good. The next step is to understand why you are getting false back from the get_field function.

    In what file are you running the get_field function? Are you aware that if you use it in your functions.php file, the get_field will not work as expected until after the init action?

    Perhaps this is the issue?

    Thanks
    E