Descrizione
A simple plugin for adding review and rating functionality to WordPress comments.
The plugin provides a series of template tags for adding review functionality to your comments
Here’s a few of them:
- csr_get_rating_star_form() – adds the review stars to the comment form. Ratings are automatically saved
- csr_get_rating_star_form_label() – a label for the review star field
- csr_get_rating_stars($comment_id = 0) – a view only view of the rating stars for a comment
- csr_get_comment_rating($comment_id = 0) – the numeric rating for a comment
- csr_get_overall_rating($post_id = 0) – the average rating for a post
- csr_get_overall_rating_stars($post_id = 0) – the stars representing the average rating for a post
- csr_get_rating_count($post_id = 0) – the number of ratings for a post
Installazione
- Upload the plugin zip file to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Comment Rating Stars” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Comment Rating Stars” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0
- Initial release