Display Post rating...
 
Share:
Notifications
Clear all

Display Post rating and number of ratings in the loop

6 Posts
2 Users
0 Likes
1,277 Views
Posts: 8
 psi
Topic starter
(@psi)
Active Member
Joined: 2 years ago

Hi there.

I'm new to this forum and not working with WP for long. I would like to use this awesome plugin and want to show the rating score and number of ratings in the loop. I haven't found any HowTo do this in the forum, so maybe anyone can point me in the right direction ?

I'm using Elementor and Crocoblock components with wordpress.

Thanks. psi

5 Replies
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@psi,

You can use the shortcode provided here: https://wpdiscuz.com/community/f-a-q/wpdiscuz-shortcode-2/

Reply
4 Replies
 psi
(@psi)
Joined: 2 years ago

Active Member
Posts: 8

@asti thanks for the fast reply 🙂 I have seen this post, but assumed this is for the comment rating rather than for Post rating. How can I set the post id in the loop or maybe I don't have to ?

Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@psi,

It should be a postid variable. 

Reply
 psi
(@psi)
Joined: 2 years ago

Active Member
Posts: 8

@asti It doesn't show anything, even with a static postid.

Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@psi,

The wpDiscuz has two types of  ratings: 

  1. Stand-alone Post Rating
  2. Post Rating Based on Comment Rating Field

the shortcode works only for the second type. 

In the case of the first one, you should get the values from the database.

Those are stored in the wp_wc_users_rated table. 

Also in the wp_postmeta table where the keys are:

  • wpdiscuz_post_rating - the post rating
  • wpdiscuz_post_rating_count - the count of the rate

The wp_ is just a prefix in your case it can differ. 

Reply
Share: