Hi i have a proble i have only the star rating on the show case but inside the post after the category tag is empty.
Help please
How to enable Star Rating also inside post ? like the demo
6 posts from 5 voices-
Posted 12 months ago #
-
Sorry how much it takes to have a reply ? I have seen other users complain about responses after weeks...
My problem is the stars on the single post, they aren't displayed !
please reply as soon as possibile thanks
Posted 12 months ago # -
Sorry for the delay in responding. We've had a flux of questions these past few weeks so it's taking us longer to respond.
As far as your problem, can you please post a link to your website so we can see the problem live? In the meantime, I'm going to flag the rest of the support team since they are more familiar with the Expose theme than I am.
Regards,
MyaPosted 12 months ago # -
Hi Shirani93,
You'll need to open up the single.php file within the theme files. You can do this either by ftp or by editing using the wordpress admin (Appearance>Editor>single.php).
Find:
if($showStars) { echo '<span class="rating_label">'.__('Rating','expose').':</span>'; the_ratings(); }Replace that with:
if(function_exists('the_ratings')) echo '<span class="rating_label">Rating:</span>'; echo the_ratings();`
That should do it! I just tested it in a clean installation and I'll send the fix over to Kriesi to be included in an update.
Regards,
Devin
Posted 12 months ago # -
What theme is this Devin that had a star ratings coz I tried in Corona, its not there?
thanks..
Posted 11 months ago # -
Hi!
Corona doesn't support a star rating out of the box. You need to install additional plugins like http://wordpress.org/extend/plugins/wp-postratings/
Best regards,
PeterPosted 11 months ago #
Topic Closed
This topic has been closed to new replies.














