Anladım..
En çok oylanan yazıları listelemek için
<?php if (function_exists('get_highest_rated')): ?>
<ul>
<?php get_highest_rated(); ?>
</ul>
<?php endif; ?>En çok indirilenleri listelemek için
<?php if (function_exists('get_most_downloaded')): ?>
<?php get_most_downloaded(); ?>
<?php endif; ?>En çok ziyaret edilen yazıları göstermek için
<?php if (function_exists('get_most_viewed')): ?>
<ul>
<?php get_most_viewed(); ?>
</ul>
<?php endif; ?>
hocam bu kodu kategoriye göre nasıl yaparım acaba ? Ana Sayfada listeliyecemde.
En çok oylanan yazıları listelemek için
<?php if (function_exists('get_highest_rated')): ?>
<ul>
<?php get_highest_rated(); ?>
</ul>
<?php endif; ?>