Star Rating allows you to display five star rating under post or page or other post type via shortcode.
Star Rating by
http://paratheme.com
Plugin Features
- Responsive admin settings.
- Use via short-code.
- Use on archive(loop) or content.
- Unlimited rating or single rating per user.
N.B. We are working on this plugin making some fancy star rating.
- Install as regular WordPress plugin.
- Go your plugin setting via WordPress dashboard and find "Star Rating" activate it.
After activate plugin you will see "Star Rating" menu at left side on WordPress dashboard.
hort-code inside content for fixed post id you can use anywhere inside content.
[star_rating themes="flat"]
Short-code inside loop by dynamic post id you can use anywhere inside loop or single.php
<?php echo do_shortcode( '[star_rating themes="flat" id="'.get_the_ID().'"]' ); ?>