Post rating

<?php if(function_exists(’the_ratings’)) { the_ratings(); } ?>
Post view

<?php if (function_exists('get_most_viewed')): ?>
   <ul>
      <?php get_most_viewed(); ?>
   </ul>
<?php endif; ?>
Edit: Post rating kodunu sibebar'a koymanın mantığını anlayamadım yalnız

Sayg.