वर्णन
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
स्क्रीनशॉट
स्थापना
- Unpack the download-package
- Upload all files to the /wp-content/plugins/ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Click the User -> User Page for add/change Facebook, Twitter, LinkedIN or other options.
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“ThemeFuse Extend User Profile” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “ThemeFuse Extend User Profile” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
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