ُسلام
فارسی ساز این افزونه را از اینجا دانلود کنید:
http://www.persian-programming.com/?dl_id=16
یکی از کدهای زیر برای نمایش افزونه در قالبتون استفاده کنید:
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
و
<?php if (function_exists('get_lowest_rated')): ?>
<ul>
<?php get_lowest_rated(); ?>
</ul>
<?php endif; ?>
و
<?php if (function_exists('get_lowest_rated_category')): ?>
<ul>
<?php get_lowest_rated_category(CATEGORY_ID); ?>
</ul>
<?php endif; ?>
و
<?php if (function_exists('get_highest_rated')): ?>
<ul>
<?php get_highest_rated(); ?>
</ul>
<?php endif; ?>
و
<?php if (function_exists('get_highest_rated_category')): ?>
<ul>
<?php get_highest_rated_category(CATEGORY_ID); ?>
</ul>
<?php endif; ?>
و
<?php if (function_exists('get_highest_rated_range')): ?>
<ul>
<?php get_highest_rated_range('1 day'); ?>
</ul>
<?php endif; ?>
اگر مشکلت حل نشد از این یکی افزونه امتیاز بندی استفاده کن:
http://wordpress.org/extend/plugins/gd-star-rating/