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 Elliot,
I’ve tried implementing like this:
<?php
global $current_user;
get_currentuserinfo();
$other_page = 'user_' . $current_user->ID;
?>
<p><?php echo the_field('favourite_movie', $other_page); ?></p>
Is this what you mean? It doesn’t seem to do anything.
Thanks for you help with this.
P
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.