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

WP-JanesGuide

説明

Provides a simple-to-use widget and, if you want to use them, two template tags (theme functions): wp_janesguide_award() and wp_janesguide_icon(). These functions display an image of one of two awards in the case of the former or a generic JanesGuide.com linkback icon in the case of the latter. The widget can display any of these three options.

Use wp_janesguide_award() if your site has received a “quality” (default) or a “quality and original” review from JanesGuide.com. For instance, to display a “quality and original” award icon, use code like this:

<?php wp_janesguide_award('originalquality');?> 

Another version of the “quality and original” award icon can be used like this:

<?php wp_janesguide_award('originalquality2');?> 

To display the ‘quality’ icon, use:

<?php wp_janesguide_award();?> 

These template tags will produce a linked image. You can customize the destination of the link by going to the JanesGuide Settings page in your WordPress Admin screens.

If you have not received a JanesGuide review yet, use:

<?php wp_janesguide_icon();?> 

スクリーンショット

インストール

  1. Upload wp-janesguide.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add the widget to one of your sidebars, or place <?php wp_janesguide_award();?> in your template where you would like to display your JanesGuide.com award

FAQ

How do I find my JanesGuide.com review permalink?

I need to find an answer to that question. 😉

Where can I learn more about JanesGuide.com’s linking guidelines, contact information, and so on?

You should read the very succinct JanesGuide.com webmaster info.

評価

このプラグインにはレビューがありません。

貢献者と開発者

WP-JanesGuide はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP-JanesGuide” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

Version 0.3

  • Let the web address (URI) of a review accpet more flexible input.

Version 0.2.1

  • Add third award icon option to display the simplified, white background “Quality and Original” image.

Version 0.2

  • Add widget capability.

Version 0.1

  • Initial release.