Ratings for users
-
I have this plugin working for posts, and it works great. I was wondering if there’s a way to have reviews for users. Essentially, what I have is a custom template that is a profile page. The profile displays the profile of whichever user is passed through a $_GET command in the URL. I’m wondering if there’s something I can do similar to:
echo kk_star_ratings($this_post_ID);
EXCEPT, that I can pass the user ID instead of post ID.
Any ideas?
The topic ‘Ratings for users’ is closed to new replies.