Popular Posts displayed are just.. not correct!
-
Hi, awesome plugin, when it works. But I have this weird issue that old posts noones reading, are showing as my most popular.
<?php $wppparams = array( 'header_start' => '', 'header' => '', 'header_end' => '', 'range' => 'weekly', 'limit' => 4, 'wpp_start' => '<div id="pop-posts">', 'stats_comments' => 0, 'thumbnail_width' => 120, 'thumbnail_height' => 80, 'post_html' => $post_html, 'wpp_end' => '</div>' ); ?> <?php if (function_exists('wpp_get_mostpopular')): ?> <?php wpp_get_mostpopular($wppparams); ?> <?php endif; ?>
An article not displayed at all is actually by far the most popular this week. I’ve even tried artificially inflating others, but they never appear.
I’m using Slimstat for numbers, and it shows much more like what I’d expect than WPP.
Any idea why the disparity? Can I make it use Slimstat’s data? Can I fix it *somehow*?!
https://www.ads-software.com/plugins/wordpress-popular-posts/
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Popular Posts displayed are just.. not correct!’ is closed to new replies.