Two Style at same time
-
hi.
at first i should say this is the best plugin for rating post.but i need this plugin with two style at same time.
let me explain.
for example in single1.php i put this.
<?php if(function_exists("kk_star_ratings")) : echo kk_star_ratings($pid); endif; ?>
this function star are 24px / 24pxin single2.php
<?php if(function_exists("kk_star_ratings<strong>_STYLE2</strong>")) : echo kk_star_ratings_<strong>STYLE2</strong>($pid); endif; ?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
i want kk_star_ratings_STYLE2 with star size 10px / 10px
how can i add this function to plugin?
many thanx if you learn me how can i do this.[email address moderated – these forums do not provide support via email]
- The topic ‘Two Style at same time’ is closed to new replies.