[Plugin: WordPress Popular Posts] Patch suggestion
-
Hello,
We are experiencing trouble in using the most popular posts plugin. We use a wordpress installation with only logged in users trough a SSO. The plugin does not register activity if users are authenticated.
I suggest to change the line 471 of wordpress-popular-posts.php:
if ( (is_single() || is_page()) && !is_user_logged_in() ) {
by:
if ( (is_single() || is_page()) ) {http://wordpress.org/extend/plugins/wordpress-popular-posts/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: WordPress Popular Posts] Patch suggestion’ is closed to new replies.