Add extra fields to the user profile page, saved in WordPress' native way (in wp_usermeta).
Extra User Details is the simple plugin that allows you to add extra fields to the user profile page (e.g. Facebook, Twitter, LinkedIn links etc).
Extra fields can be easily accessed in your templates like a general wordpress author details:
<?php the_author_meta('meta_key'); ?>
Plugin saves fields data in wp_usermeta table. You can add and edit extra fields at plugin options section in backend.
Requires: 2.0.2 or higher
Compatible up to: 3.3.2
Last Updated: 2012-4-17
Downloads: 13,761
Got something to say? Need help?