Skip to content
  • Log In
  • Register
WordPress.org

English (South Africa)

  • Themes
  • Plugins
  • About
  • Get Involved
  • Get WordPress
Get WordPress

Plugins

  • My Favorites
  • Beta Testing
  • Developers

This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Download

ThemeFuse Extend User Profile

By ThemeFuse.com
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

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

Screenshots

  • ThemeFuse Extend User Profile Page
  • User Page

Installation

  1. Unpack the download-package
  2. Upload all files to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Click the User -> User Page for add/change Facebook, Twitter, LinkedIN or other options.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“ThemeFuse Extend User Profile” is open source software. The following people have contributed to this plugin.

Contributors
  • themefusecom

Translate “ThemeFuse Extend User Profile” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change log

1.0.0

  • First release

1.0.1

  • Added option for admin to edit all users profile.

1.0.2

  • It has removed the conflict with version 1.0.0

Meta

  • Version: 1.0.2
  • Last updated: 11 years ago
  • Active installations: 20+
  • WordPress Version: 3.0 or higher
  • Tested up to WordPress Version: 3.3.2
  • Language:
    English (US)
  • Tags:
    author pageprofileuser profile
  • Advanced View

Ratings

This plugin has not been rated yet.

Log in to submit a review.

Contributors

  • themefusecom

Support

Got something to say? Need help?

View support forum

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

English (South Africa)

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
Code is Poetry