Display Most Viewed Posts For A Category
-
As per the FAQs, i’m using this to display the top 4 viewed posts in category 4…
<?php if (function_exists('get_most_viewed_category')): ?> <?php get_most_viewed_category(4, 'post', 4); ?> <?php endif; ?>
I’d like to make it so that, firstly the post names are displayed inline, NOT in a list and secondly, the suffix
- 141 views
is removed.I’ve tried changing line 327 in
wp_postviews.php
but to no luck…Any help appreciated, Pete.
- The topic ‘Display Most Viewed Posts For A Category’ is closed to new replies.