Created
February 18, 2014 12:20
-
-
Save codeboxr/9069962 to your computer and use it in GitHub Desktop.
css for rating system, if theme 20-14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$postid = $post->ID; | |
$rating = standalonePostingRatingSystem('4', $postid); | |
echo '<div style="left-margin:200px;">'.$rating.'</div>'; | |
adjust the margin . | |
in other theme hopefully you dont have to do anything. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment