Skip to content

Instantly share code, notes, and snippets.

@codeboxr
Created February 18, 2014 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeboxr/9069962 to your computer and use it in GitHub Desktop.
Save codeboxr/9069962 to your computer and use it in GitHub Desktop.
css for rating system, if theme 20-14
$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