All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Author Topic: Trying to figure out HTML rating code  (Read 1951 times)

0 Members and 1 Guest are viewing this topic.

Offline gavhamm

  • Newbie
  • *
  • Posts: 6
    • View Profile
  • WordPress Version: WordPress 3.1.x
  • Theme Name: Skeptical
Trying to figure out HTML rating code
« on: 07 November 2011, 23:59 »
So I'm trying to add a manual rating in a page of posts, so I can style it different than other ratings.

I have this

<a href="javascript:void(0)" class="save-rate" onmouseover="current_rating(, 1, '');" onmouseout="ratings_off(0, 0, );" onclick="rate_post();" onkeypress="rate_post();">Save</a>

But it only works on the first post. How can I make it work on all posts?