开发者 | MDevon |
---|---|
更新时间 | 2012年8月22日 12:06 |
捐献地址: | 去捐款 |
PHP版本: | 2.7 及以上 |
WordPress版本: | 3.4 |
rating
to the /wp-content/plugins/
directoryRating Settings
link in the admin Settings
menu[rating]
in your post to display the Rating systemAlthough you can load jQuery in the head section of your site, the plug in will try to detect if jQuery is loaded. If it does not detect the jQuery, it will use the default jQuery settings that WordPress is using.
[rating]
?The plugin requires only that you place the below code in your post(s) or page(s). You can pass the attribute star_type to the shortcode. The two current options for star_type are star
,abuse
,happy
, and thumb
. If no attribute is passed, the handler defaults to star.
[rating star_type="abuse"]
That's it!
The simple answer is yes. Just add the following code to your template where you want it to appear: <?php echo five_star_rating_func('star'); ?>
No, not right now. That has been a feature request that we are investigating.
[rating]