selam arkadaşlar,
aşağıdaki kodla en çok okunan sayfaları listeliyorum.
bunu EN ÇOK OKUNAN ETİKETLER olarak nasıl değişebilirim ?

 <?php if (function_exists('get_most_viewed')): ?>
     <?php get_most_viewed('post', 10); ?>
 <?php endif; ?>