WP-JanesGuide

Easily enables the display of JanesGuide.com review awards on your WordPress-generated pages via a widget or template tags.

Author:Meitar "maymay" Moscovitz (profile at wordpress.org)
WordPress version required:2.3
WordPress version tested:2.9.2
Plugin version:0.3
Added to WordPress repository:01-03-2009
Last updated:23-12-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://maybemaimed.com/playground/wp-janesgui...
Total downloads:1 048
plugin download
Click to start download

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

Screenshots
FAQ
ChangeLog