Bu kodu:
<?php if(function_exists('the_views')) { the_views(); } ?>
Bu kod ile değiştirin diyor:
<div id="postviews_lscwp"></div>
Daha sonra ise wp-content/plugins/wp-postviews/postviews-cache.js yolunu takip edip içeriğini aşağıdaki kodlar ile değiştirin diyor.

jQuery.ajax({     type:"GET",     url:viewsCacheL10n.admin_ajax_url,     data:"postviews_id="+viewsCacheL10n.post_id+"&action=postviews",     cache:!1,     success:function(data) {         if(data) {             jQuery('#postviews_lscwp').html(data+' views');         }    } });