Home Plugins themefuse extend user profile
ThemeFuse Extend User Profile logo

ThemeFuse Extend User Profile

by themefusecom on WordPress.org

Perfect tool for webmasters to extend user profile options.

(0)
ThemeFuse Extend User Profile Page

ThemeFuse Extend User Profile Page

Perfect tool for webmasters to extend user profile options. With basic HTML knowledge it is posible to add more options to user profile (Ex: Social Networks links)

$meta = get_user_meta(get_the_author_meta( 'ID' ),'theme_fuse_extends_user_options',TRUE);

foreach( $meta as $key => $item )
{
    if ( $key == 'facebook' || $key == 'twitter' || $key == 'in') $tfuse_meta[$key] = $item;
}

Key Features:

  • Standart Options (Facebook, Twitter, LinkedIN)
  • Other options for your user profile page.

Don’t forget to check our awesome WordPress Themes

Active installations20+
Weekly downloads
16-23.81%
Version1.0.2
Last updated6/22/2012
WordPress version3.0
Tested up to3.3.2
Tags
add profile optionsauthor pageextend user profileprofileuser profile