This plugin is outdated and might not be supported anymore
WP-JanesGuide

WP-JanesGuide

Details
View on WordPress

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();?> 

Details

Plugin code:
wp-janesguide
Plugin version:
0.3
Outdated:
Yes
WP version:
2.3 or higher
PHP version:
or higher
Test up to WP version:
2.9.2
Total installations:
0
Last updated:
2009-12-23
Rating:
Times rated:
0
award
sidebar
widget