Yes, I’m configure ALL rating types as a thumb rating. But through a shortcodes rw_get_post_rating($postID) and rw_the_post_rating($postID) stars are displayed.
Very strange… I can try to investigate this myself. Please create a temporary admin access for [vova AT rating-widget DOT com] and I’ll try to resolve it.
All frequently asked questions about RatingWidget’s plugin shortcodes:
http://rating-widget.com/support/wordpress/shortcodes/
Hi, I’m a very new to PHP so I’m not sure what to do.
I want to add the rating of each post on my thumbnails: http://projectjust.shrutigoins.me/database/
I imagine I need to put the PHP shortcode somewhere in my theme, but don’t know where. How should I begin looking for this?
You need to figure out what file in your theme is the template for the page you want to modify. After you find this file, you’ll have to embedd one of the php shortcodes into that php file. The shortcodes are listed here:
http://rating-widget.com/support/wordpress/shortcodes/
Got it, thanks! I’ll give that a try.