Опис
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 на свој језик.
Заинтересовани сте за градњу?
Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.
Белешка о изменама
1.0
- Initial release