このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Better User Profile Fields

説明

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’).

インストール

  1. Upload the betterprofilefields folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit your profile page to see the new fields.

FAQ

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