Is there a way to change ul list to numbered list? like top 10.. thanks..
https://www.ads-software.com/plugins/wordpresscom-popular-posts/
]]>Plugin no longer displays any results. Tried it with the widget and the following code in the template:
<?php WPPP_show_popular_posts( "title=&number=5&days=100&category=22&show=posts&format=<a href='%post_permalink%' title='%post_title_attribute%'>%post_title%</a>" ); ?>
but it returned no results.
Jetpack is returning plenty of current stats, but the plugin gets nothing. I tried to download the debug file on the FAQ, but it returned a 404 error.
Many thanks for any guidance you can provide.
https://www.ads-software.com/plugins/wordpresscom-popular-posts/
]]>* deleted, posted on wrong plugin page *
]]>When the category ID is double digits, the display is wrong.It displays other posts of the category or nothing or all categories.
For example, when the code is this,
<?php if (function_exists('WPPP_show_popular_posts')) WPPP_show_popular_posts("title=&number=10&days=14&list_tag=ol&show=post&category=55"); ?>
it displays the posts of category 7.
When the category is 32 it returns nothing, 12 returns the posts of all categories.
But the category ID is single digit, plugin works right.
Does anyone know how to correct this?
I am sorry to be poor at my English.
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>IMPORTANT: due to my job, I’m now too busy to maintain my plugins.
This plugin has been abandoned!
If you are a developer and would like to fork, feel free to do so (under the GPLv3 license). No need to contact me.
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>Images are resized using CSS which is not a proper method, any solution to optimize images?
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>The Thumbnails doesn’t work with Jetpack 2.0 Photon
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>Well it doesn’t solve the problem! ??
I choose to display top 10 posts but only 1 shows up (my blog has almost 1500 posts)! It’s the same problem I have with “manual code”:
https://wordpress.stackexchange.com/questions/71539/stats-get-csv-retrieve-just-a-few-posts-not-the-one-i-set-in-limit-parameter
Do you know how can I solve this?
Thanks in advance :))
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>no most popular posts, no <h3>Popular Posts</h3> either. just the empty box. any ideas? thanks.
https://www.digitalnewsdaily.com/
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>This is still the best popular posts plugin for me.
My problem is Jetpack stats often to crash in almost every update! (dunno why). So could you make this great plugin read data from Google Analytics? Thanks.
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>How do I use this plugin to get the most popular posts from selected blogs on my multisite and display it on the selected blogs in a widget? These specific blogs are being tracked by wordpress.com stats (jetpack).
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>I am wanting to display popular posts from a custom post type. I tried editing the plugin at line 270 where it was referring to p.post_type = however it would still not load any of my custom post types.
Is this something that is possible ?
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>Hello,
Nice plugin idea, but unfortunately, not showing anything.
I can see some other users have the same problem.
Is there any support for this plugin?
Please, anyone, respond?
Thanks,
V.
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>Please tell me days=1 meaning.
Which is correct ?
(1) from 24h before to now.
(2) yesterday 0:00 – 23:59
And When you refresh the ranking ?
(1) realtime
(2) each 5minutes
(3) daytime change (7/4 23:59 -> 7/5 0:00)
We use your plugin in Japan (gmt+9:00)
Thanks.
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>I’ve installed and am using the plugin on Glowstars.net. While it works, it only ever returns one post. I’ve varied the magic number from one to 20 and tried this with various options on the widget. I have Jetpack installed.
Any help would be much appreciated.
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>hello,
first of all, great plugin, just what i was looking for. However, I would like to be able to select more than one category. How would this be possible?
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>there’s nothing more to say.
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>I have a simple request.
I’m using post thumbnails in my theme. When I don’t have a thumbnail I replace with a default image.
Can we get an entry for a default image if no thumbnail image available?
Thank you in advance.
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>Hi,
I use popular post plugin and I have this line to pull thumbnail
which pulls the default post-thumbnail , the problem is that the post-thumbnail is much larger than the size i want and the browser has to resize them.
my question : can I make the plugin pulls another image , like ‘square’ which is defined in functions.php ?
I tried to change post_thumbnail with ‘square’ but did,t work.
thanks
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>I am using the latest version of WP and Plugin but still not showing anything. I place the widget on sidebar but no success.. please help.. here is my url . https://www.redfoxmagazine.com
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>Hi guys, just added a bit of code to make a shortcut for displaying the post’s thumbnail along with the link.
I added this on line 335:
// %post_thumbnail% by James C. Hodgson, Jr
if ( FALSE !== strpos( $instance['format'], '%post_thumbnail' ) ) {
// ...and take yo picture; i wanna get witcha. I won't cuss or hitcha!
$thumb = get_the_post_thumbnail( $post['post_id'], 'thumbnail');
$replace['%post_thumbnail%'] = $thumb;
}
Not sure if it’s helpful to anyone, but if it is, that’s all there is to it.
Any chance of this making it into the plugin?
Thanks!
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>I’ve got this plugin running fine as a widget, but I want also include the list on a particular page using a shortcode.
Here’s the code I’m using:
[wp_popular_posts title=’<h4>
Most popular pages</h4>
‘ number=10 list_tag=ul days=1 exclude=3,2953]
It all works fine apart from exclude – pages 3 and 2953 are showing up in the list. Does this parameter no longer work?
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>It would be really great if users could choose *which* categories they either want to include or exclude from the lists. I like the ability to pick just one category for a widget, but I’d really like to be able to include/exclude certain categories as well.
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>When I run this plugin along with qTranslate, the posts don’t appear translated.
Apparently, making this plugin qTranslate compatible is pretty simple:
https://www.qianqin.de/qtranslate/forum/viewtopic.php?f=4&t=294
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>Hi, not sure if this could be accomplished already, but I wondered if you could display the popular posts of a specific post-type, so not just pages and posts, but all defined post types.
(Popular books, popular FAQ’s etc) as these will likely not be in a category that would be easy to display..
Cheers
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>This plug-in has worked for me in the past, but at some point it just stopped. I can’t say for sure, but I think it was around the time of the upgrade to WordPress 3.0.
Now the widget comes up blank every time.
It’s not a plug-in conflict as I’ve deactivated all the others and it still doesn’t work.
]]>wppp.php line 209 went from id="wppp_list"
to class='wppp_list'
and broke my jQuery code (which requires an ID) on https://gregrickaby.com
Is there a way to switch it back? I tried list_tag
without success.
<?php WPPP_show_popular_posts( "list_tag=wppp_list&title=&number=5&days=7&format=<a href='%post_permalink%' title='%post_title_attribute%'>%post_title%</a><span class='trending-bar'><span class='trending-count'>%post_views%</span></span>" );?>
(in the mean time, I hacked wppp.php and added the ID back)
]]>hi,
it seems the closing div is missing when you have the “error: no top-posts fetched” message displayed.
i added echo "</div>\n";
on line 230 juste before the return;
and it’s fine now.
thanx.
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>I would like to use post_views shortcode in my template of single.php of every post, but I can’t figure it out how to…
Is there a way to show post views of each post?
https://www.ads-software.com/extend/plugins/wordpresscom-popular-posts/
]]>