विवरण
Adds new user profile fields, including Facebook, Twitter, Google+, Deviant Art and Tumblr. These new fields can be used in your template with get_author_meta(”)
For example, to add the Google+ URL you would use get_author_meta(‘googleplus’).
स्थापना
- Upload the betterprofilefields folder to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Visit your profile page to see the new fields.
प्रश्नोत्तर
- How can I add links to the profiles in my template?
-
Use the following sample in your template to link to the profile. Add this part, enclosed within PHP tags, to the link part of your URL.
get_author_meta(‘googleplus’);
In the above example you’ll replace ‘googleplus’ (as well as the link text) with the name of the profile field. Here’s the full list:
- Facebook = ‘facebook’
- GooglePlus = ‘googleplus’
- Tumblr = ‘tumblr’
- Twitter = ‘twitter’
- Deviant Art = ‘deviantart’
- LinkedIn = ‘linkedin’
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“Better User Profile Fields” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Better User Profile Fields” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.0
- Initial release