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
Your above ‘debugging’ code is missing the $post_id param. Also, you are not testing that the user_login is correct. Try this:
$other_page = $current_user->user_login;
var_dump($other_page);
$values = get_field('favourite_movie', $other_page);
var_dump($values);
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.