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

    Aah, I see the problem now. The $post_id param is wrong.

    You need to create a string like this "user_{$user_id}";

    So perhaps $other_page should be 'user_' . $current_user->ID?

    Good luck

    Thanks
    E