A theme is in development that echo's fields from the users account on their themed account page. This is the standard format.
<?php echo $current_user->user_lastname;?>
Thats all well and good. But there are 13 additional fields added via the plugin register plus. How do we echo them? This for example does not work.
<?php echo $current_user->user_post_code;?>
Any help appreciated, marvellous.