वर्णन
Just another widget to show a photo, a bio and some social media links with nice webfont-icons
The plugin is using the JustVector Social Icons Font created by Alex Peattie.
स्थापना
- download the plugin and uncompress it with your preferred unzip programme
- copy the entire directory in your plugin directory of your wordpress blog (/wp-content/plugins)
- activate the plugin in your plugin page
- set some configuration in your profile and place the widget in your sidebar
- optionally you can place the code
<?php if ( function_exists( 'the_whoami_bio' ) ) the_whoami_bio( $user_id ); ?>directly in your theme files if you want to print out the bio of a specific user
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“WP-Whoami” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “WP-Whoami” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
0.4
- Bugfixes strict mode
0.3
- new function
the_whoami_biofor echoing the bio of a specific user - some minor improvements
0.2
- de_DE language-files added
rel="me"to the profile links added- whoami_admin_networks-filter added
- whoami_frontend_css-filter added
0.1
- first version