Extend your the user profile
How can I echo the variables? You can easily put sth up like this on your author template: $meta = eup_get_extended_profile(); // call all new meta values print_r($meta); // Get an overview whats in the object echo $meta->email // echo an meta value
Will it add any new tables? No, it uses the wordpress usermeta table and won't mess up your database.
Requires: 2.7 or higher
Compatible up to: 2.7
Last Updated: 2008-12-10
Downloads: 12,231




