Enables you to display how many times a post/page had been viewed.
WP-Admin -> Appearance -> Widgets<?php if (function_exists('get_least_viewed')): ?>
<ul>
<?php get_least_viewed(); ?>
</ul>
<?php endif; ?>
<?php if (function_exists('get_most_viewed')): ?>
<ul>
<?php get_most_viewed(); ?>
</ul>
<?php endif; ?>
<?php if (function_exists('get_least_viewed_tag')): ?>
<ul>
<?php get_least_viewed_tag(); ?>
</ul>
<?php endif; ?>
<?php if (function_exists('get_most_viewed_tag')): ?>
<ul>
<?php get_most_viewed_tag(); ?>
</ul>
<?php endif; ?>
<?php if (function_exists('get_least_viewed_category')): ?>
<ul>
<?php get_least_viewed_category(); ?>
</ul>
<?php endif; ?>
<?php if (function_exists('get_most_viewed_category')): ?>
<ul>
<?php get_most_viewed_category(); ?>
</ul>
<?php endif; ?>
<?php query_posts('v_sortby=views&v_orderby=desc') ?>http://yoursite.com/?v_sortby=views&v_orderby=desc
Requires: 2.8 or higher
Compatible up to: 3.5.1
Last Updated: 2013-5-8
Downloads: 851,588
0 of 15 support threads in the last two months have been resolved.
Got something to say? Need help?