• Resolved rico76

    (@rico76)


    Hello,

    First thank you for this great free plugin. I know it’s hard to work for no money but you work is very appreciate ! Thanks for that.

    My question is : I want to put the average rate picture in content.php.

    If i put <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?> it’s working good but you can rate like that.

    What i want it’s just show the average rate of the post but with not have the possibility to rate. (just show the picture).

    Is it possible ?

    Thanks a lot

    Rico

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Lester Chan

    (@gamerz)

    use<?php echo get_post_meta( get_the_ID(), 'ratings_average', true ); ?>

    Thread Starter rico76

    (@rico76)

    Yes i already try this code but it doesn’t show the picture only text.

    An idea ?

    Thanks a lot

    Plugin Author Lester Chan

    (@gamerz)

    How about <?php echo the_ratings_results( get_the_ID() ); ?>

    Thread Starter rico76

    (@rico76)

    Great it’s working ??

    I just need to delete the text after %RATINGS_IMAGES% in templates Ratings Voted Text.

    It’s work perfectly like that.

    Thanks a lot !

    • This reply was modified 6 years, 8 months ago by rico76.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add average picture only’ is closed to new replies.