Wordpress Plugin: Daily Top 10 Posts
153 archived comments
Comments are preserved from the original blog and are now closed.
- Gary O
Great plugin. Is it possible to add a function which only displays todays count. I use another plugin for today counts and don't want to loose that count. I've tinkered with the code to modify the "todays_overall_count" function to only display todays count. Regards
- Gary O
Please edit my comment - line 2 "today" should be "total". Sorry!
- Blogie
i'll give this a try, drew! i was actually wondering about yuga's views counter sometime ago. thanks for this!
- Josette
Hi there! I think this is a great plugin but I'm having trouble inserting the widget into my sidebar. Can you help please? Thanks!
- Andrew
@Josette: I see that you have two sidebars. Just go to Presentation > Theme Editor and click on the appropriate sidebar file where you will insert the widget code.
- Jeff Freeman
Is there a way to track visitors rather than hits? i.e. some way that hitting refresh won't increment the view count?
- tricky
hi, is there any way to make this work for all time posts, not just today? thanks
- Josette
Hi Andrew, won't I need to enter something like this: <!-- Begin - example --> {Box Title here} {your content here} <!-- End - example -->
- Josette
I'm sorry. I'm not sure if you were able to see this code in my previous comment! <!-- Begin - example --> {Box Title here} {your content here} <!-- End -example -->
- Andrew
@tricky: It already works that way. Please read the entire post to find out how. @Josette: Yes that's exactly how you should insert it. Are you on Firefox? The instructions above don't appear correctly in IE. Better if you read the readme.txt file included in the download.
- hoaihung
wow, its a good plugin. my blog need it. thank you very much. before, i use hightest rated, but your plugin is a best choice for me. http://www.woim.net
- Andrew
@Jeff Freeman: I've come up with something that comes close to that, although it depends on sessions. I'm still testing it. I'll release it when it's stable.
- Josette
OK! I'll keep trying. Thanks!
- L.A
Hi. We sent you the e-Ticket for the Philippine Blog Awards 2007. Please show this at the registration table. You will then be given two entrance tickets: one for you and another for your guest. If you have not received your e-Ticket or have any questions please email philippineblogawards [at] gmail [dot] com. Best of luck to you and your blog. See you there!
- Michael
I use widgets for both sidebars. I was able to create a widget for this plugin using another plugin from http://hongkiat.com/blog/execute-php-in-wordpress-post-page-and-widget-sidebar/
- hoaihung
your plugin has bug. this function is error: function todays_date() and, i replaced all code on this function below: function todays_date() { $cdate = date('Y-m-d'); return $cdate; } i worked. this plugin will not work with 04-02-2007 (m-d-Y). http://www.woim.net
- Jaypee
Cool plugin! Too bad I can't use it since I've been using the Top 10 plugin for quite a while now. Anyways, good job! Looking forward to other upcoming plugins from you. :)
- Richard
Hi, First, I wanted to thank you for this plugin. It's all working great except for the single.php file. When you visit a post for the first time, you get this error : Warning: Missing argument 2 for todays_count() in wp-content/plugins/dailytop10.php on line 164 Any help ? Thanks
- Andrew
@hoaihung: Thanks! That was among the errors that I already fixed. @Jaypee: I'll come up with something that will still allow you to keep the old plugin. @Richard: I'll look into that error. Check back for updates on that.
- Michael
I have the problem with single.php as well.
- Hong Kong internet marketing
That's a nice plug-in. Daily Top 10 Posts plugin gives information about readers. I found that there a lot lot of site analysis software, but I haven't found a really great blog-oriented anaylysis software. I am gonna download this, hope it will be the great plugin.
- MInTheGap
I get the same warnings that Richard gets, but only on the first time a blog post is accessed. After that it works fine. Looks like a problem when there are no recorded views? Nice plugin, though!
- Gary O
Is it possible to offset the "todays_date" function so that blogs hosted at a different time zone can have the daily count reset at the users time zone. My blog is hosted on a server in Dallas US, but I'm in Australia. My daily count resets at about 2.00pm my time which is 12.00am Dallas US time. (Not sure exactly of time zone difference but you get the drift of my problem). Any ideas on a solution? Gary O
- Guarana
Here I had the same problem described by Richard and others guys.
- DG
Andrew, First of thanks for the nice plugin, you can see my review post <strong><a href="http://www.ditii.com/blog/2007/03/27/daily-top-10-posts-wordpress-plugin/" rel="nofollow">here</a></strong>. Is it possible for you to add additional functionality to this plugin to let it display <strong>over all top viewed posts & pages</strong>? Advice please. DG... http://www.ditii.com
- mbc
We are also experiencing the Richard's issue. Note also that the sidebar widget does not seem to update unless todays_count_widget is used in the post. If we don't have todays_count_widget in the post, the count does not seem to be updated.
- Tjäna pengar på nätet
Hi, I like your plugin but experienced the same error that others noted when visiting a post for the first time. Warning: Missing argument 2 for todays_count() in wp-content/plugins/dailytop10.php on line 164 To rectify this I modified your plugin as follows on line 164: // $show_today = todays_count($postnum); $show_today = todays_count($postnum, $unique); I also noticed another slight bug. If a post is deleted, it will still show up in the top ten lists even though it no longer exists. This is a problem for me, because I have users who may add a post and later delete it. I created the following lines to fix it. add_action('delete_post', 'removal_function'); function removal_function($postnum) { global $wpdb; global $table_name; global $table_name_all; if ($postnum) { $wpdb->query("DELETE FROM $table_name WHERE postnum = '$postnum'"); $wpdb->query("DELETE FROM $table_name_all WHERE postnum = '$postnum'"); } } Thanks!
- R2D2.0
is it possible to display the "today's views" top ten posts in the sidebar, but don't display anything in the single page of each post? I tried it but seems not working ;(
- yhurg
Andrew, The plugin looks like a winner. I installed it on obar.php. That shouldn't be a problem should it? At this point it does not appear to be picking up the posts I click. Maybe when others do that will change. If possible, would you visit my blog to see if the display seems normal to you? It's on the left just beneat pages. I inserted Step #4 from your instructions. Thanks, -Ryan
- Brian Turner
This is a superb plugin - many thanks for that, and hope your allergies subside - suffering myself here while coding. :)
- nbeyond
A nice plugin. Thanks.
- Rolando
Very cool, thanks!
- Richard B.
Great plug-in. Up and running...just one thing. As mentioned in another post is there a way to stop displaying the number of views? The sidebar displays the 'Overall Top Posts' and would prefer only the title to display and eliminate the (NN views) part.
- Richard B.
Found the answer. In the dailytop10.php file there is this line of code: ($postcount views)\n"; Change to this: \n";
- Mike Panic
Great plugin! I have it installed in the sidebar of my blog (link in my name) - however I can't get the "2 Views" to not show up in the sidebar. By default it looks like <b>'Views'</b>, I've set it to <b>'"'</b> and just about every other configuration I can, still can't get the "2 Views" to not follow the link to the article. Please advise.
- soobrosa
hm, I've installed the plugin ,but no matter what I do I always get "No posts viewed yet."
- hot celebrity photos
i'm taking an error on 246. line Warning: Missing argument 6 for todays_overall_count() in /home/hotceleb/public_html/wp-content/plugins/dailytop10.php on line 246
- Rita
Thank you for this plugin, in sidebar everything is fine, but I have an error on single.php: Warning: Missing argument 6 for todays_overall_count() in /home/hotceleb/public_html/wp-content/plugins/dailytop10.php on line 246 Any idea how to solve this? Thanks, Rita
- Rita
I have the solution for the argument 6-Problem! The right tag mus have ,'' after the '0'(sorry, I already translatet into german, but you can see it anyway): ID, 'Insgesamt ', 'mal besucht, davon heute', 'mal.', '0',''); ?>
- JC
Too buggy to use. Sorry.
- Lisa A
Really basic question. How can I change the text size and colour?
- LaLindsey
I'm trying to customize your plugin a bit to work with a site I'm creating, where I need a custom value of a post image to display with the post title. <a href="http://wordpress.org/support/topic/144050?replies=1" rel="nofollow">I've explained it better here</a>, so I don't clutter up your comments with the code:
- Nate
I have been using this plugin for a long time and it's fantastic, nice work on it. However, I recently switched web hosts and they're in a different time zone now. I am in New York state on Eastern time, the web host is in Utah on Mountain time. I cannot get the daily post counts to reset on Eastern time. Is the OFFSET variable supposed to be set according to the host or according to my location? I want them to reset on Eastern time. I have it at -5 for Eastern but they're not resetting at the right time. What should it be set for?
- Nate
I have the OFFSET at -5 for Eastern time, but now I see it's still resetting on Mountain time which is -7 It appears the OFFSET isn't functioning for me. I have 0.3 on a Wordpress 2.3.1 installation.
- mbd
Error : No posts viewed yet. How can I do? Where am I wrong?
- pavs
Ok just dropped by to say that I solved the "line 246" problem mentioned by others and the soltion is not what "rita" mentioned above. If you use the solution provided by "rita" above it will break you wordpress (undoing will fix it). The solution is very simple. In the readme file the code ends like this: [ '0'); ?> ] in single.php, but the actual code should end like this : [ '0, 'show'); ?> ] the readme file doesn't mention "show" part at the end. adding this fixes the problem. However the author did mention it on the above post ( which is barely readable as all single qoutations looks like &apos, I wonder how the author missed it). Anyways, I am thankfull for the script and to show my appreciation I had to show the solution to problem which I eblieve will affect everyone who is following the readme file. On a side note I would like to know how reliable is this plugin in terms of accurate hits count. The reason I am asking is because I am in the process of hiring writers for my blog network, whom I would like to pay by visit counts on their posts (ie 1000 views = $2, like gizmodo pays to it's writers). It is important for me to have a full-proof view counting system so that the view-count cannot be artificially inflated to get paid more. yes I have changed the value from '0' to '1', to track unique sessions. Is that all I need to stop any scams? Thanks for any help and thanks again for the plugin. Have a nice day!
- Andrew
@Pavs: Hi, I'll see if I can help you with your request by next week. Sorry, been busy.
- pavs
Hi andrew, Thanks for willing to look into it for when you have time. I really appreciate it. Is there any way possible for me to contact you by e-mail? You see my whole project (because of it's nature) depends on this custom script. Without this script (or something similar)I cannot go forward with my work. I am willing to compensate you financially, if you want for this work as soon as possible for you. Again, I know you are busy and I really appreciate it. Please drop me an e-mail or let me write to you. Thanks.
- Dexter | Techathand.net
Is it possible to put nofollow tage on all this Top 10 list.. That links to my pages
- pavs
Does this plugin work with wp-cache? or wp-supercache?
- Marcus
I wanted to find a way to make the top 10 daily only count recent posts. I found this solution, thought I'd share it in case anybody else is trying to do the same thing. 10) : ?>
- heinrich
Hi, i have this in my sidebar, showing a number or 10 entries, is it possible to have more entries to show? i would like the list to be long, lets say about 20 or 30 entries showing as "top 50" or whatever, where can i change the setting for this?
- Ash
Thanks for the plugin. Incase anyone is interested, I have this running okay on a 2.3.3 install. Will be testing it on a 2.5 shortly.
- Ash
Works a treat with 2.5 aswell. :-)
- Andrew Simone
This is a fantastic plugin. I am trying to get it to jive with the look in my archives. Is there any way I can have the todays_overall_count_widget to display with a simple "br/" function instead of a "ul" or "ol"? I tried tweaking the code with my limited knowledge but couldn't quite hack it.
- stefano
is it possible to filter the daily top 10 excluding certain category?
- Jim
Very nice plugin, i added this to my site and it works perfectly, really easy to modify as well. Good work m8!
- JMD
I do not have the single.php file in my theme? I only want to display the most popular posts, on my blog. Will this work without installing the code in the single.php file which I do not have on my theme.
- JMD
I get the "No posts viewed yet" message after installing the plugin to the sidebar, to view the "Top 10 Posts" of the day. I do not have the single.php page, so obviously did not install the code into there? Is that code needed for the sidebar widgets to work?
- simonkoleznik
<b>@JMD</b>: put into index.php, right after and it will work. It does for me. ;)
- Greener Pastures
I love this idea!, and I have it up and running. The problem I'm seeing is that the counts don't agree with my "Blog Stats" from WP. What time do your counts start? Do they go for a 24 hour period? Could you tell us a little more about it? Is there a way to increase or decrease the number of items listed? Thanks, again, for a great plugin! Lisa
- Jeremy
Is there anyway to have the links contain rel="nofollow" so that on other pages of the site the pages will only be returning page rank to the front page and not to all the pages on the "top posts" pages?
- TDG
Hey, is it possible to make this plugin use javascript to the post views can be tracked even when using the supercache plugin which uses static .html files? Thanks
- yoichi
Hi, Thanks for a great plugin. But I have one problem. The number of views i.e. (XXX views) are not showing up in the sidebar. The title is there though. What can I have done wrong? Cheers
- wael
when setting the unique views on single.php to yes it's not working. still whenever i refresh the page the counter increases. I am using wordpress 2.5.1. is there any fix for that?
- Danu
thanks for plugins, this is really cool...
- Lindsey
Love the plugin, but I'm wondering if there is a way to hide the views count in the "top posts overall" sidebar section?
- Rita
Really great Plugin, thank you. Is there a possibility not to show posts of a special category in the top-ten-list? Thanks Rita
- K
Very useful. Thanks for this plugin.
- Lisa- Add Site to DoFollow Directory
Is there any way you will fix the dailytop10 plugin ( which I LOVE!!!) to work with Wordpress 2.6 ? I am miserable without it working on a blog I upgraded. If I could roll back to 2.5 i would n a heartbeat just so your plugin will work. The problem is that it "breaks" the dashboard. and shows nothing after " Today's Top 10 Posts" header. Thanks!
- Curt
I'm looking for a fix for WP 2.6 also. It now shows old posts for the top posts of the day....
- Elaine
I'm using wordpress 2.61 and it totally doesn't show up at all... i saw your note to make sure we downloaded the newest version, but you put no link as to where..
- Andrew
Hi y'all, please check the 0.4 update. Hopefully all the bugs brought up have been solved.
- Jehzeel Laurente
awesome plugin! hurray! hehe
- Martin
This plugin is remarkable but the download should be offered via the WP plugin Extend library with auto update.. congratulations!!
- Lelia Katherine Thomas
Is there a way to exclude certain categories from being tracked?
- Showbiz Intriga? Get it From Boy!
i don't see any single.php in my theme..it's single page is called index.php..is this correct?
- Hannelore
Hi, I have updated to wp vers. 2.6.2 and my favorite plugin does not work anymore. Has anybody else encountered the same? (I have changed my theme and other plugins though) Will "Daily Top 10 Posts" be updated? Thank you very much. I am so sad.
- philwebsupport
congrats po
- styleanywhere
i would like to use the plug-in for my blog, but how do i do it? i am new in wordpress plug-in and installation...do i need to upgrade in order to use this? thanks
- cirilo
congrats
- miah
wow congrats pla for winning the Best Plugin/Extension Award sa PBA.. hhmm.. matry din nga ito... wehehehe...
- Gloria Karlos
CONGRATULATIONS from the TechScribe!
- Jewelle
Thanks so much for this easy to set up plugin with clear explanation. At first I downloaded the same plugin somewhere else and was stuck at "create table" and was thankful that I found yours. Not being good at coding, I was stuck with the placement and had to do loads of trial and error!
- Michael
Time offset doesn't work for me in Wordpress 2.6 or 2.7 beta. I'm in South Australia but the server is in the US and the plugin starts counting a new day at 3.30pm!
- Patrick
Now it can not work under the 2.7 version Warning: extract() [function.extract]: First argument should be an array in /.../wp-content/plugins/dailytop10/dailytop10.php on line 400
- Sindre
First of all, thank you for an excellent plugin. There's only ONE thing I wish you would answer for all of us. I've seen someone ask a similar question about categories, but they didn't get an answer. My question is: How do you exclude certain posts from being showed? I got a problem with at least 2 posts always being showed despite they are very old and irrelevant for the list. It's probably some sort of fake traffic. So could you please tell us: Is it possible to exclude certain posts (or even categories?) Thanks in advance for your help ;)
- Michael
I think in 2.7 beta a count is registered for each view of posts appearing on the index page.
- Jozzua
Nice plugin!
- TechNald
thanks for making this plugin!
- verter
Will the plugin work in 2.7?
- Andrew
@michael: sorry about that. I'll release a fix soon. @verter: I've been told that an error related to the plugin occurs while you upgrade. But after that it works normally.
- Brodie
I'm getting the same error in Wordpress 2.7 as Patrick: How do I fix this?
- Andrew
Hi Brodie and Patrick, the error has been fixed.
- Richard Holt
Great plugin, I'm using it here: www.holster.co.uk/blog I've already gone through the code and set it to only show 5 posts instead of 10, but how can I remove the '3 views' from after each post title? Perhaps the plugin deserves an admin panel where these settings can be tweaked...? Great work though, thanks very much, this was the only popular posts plugin I could find which worked straightaway... ®
- Richard Holt
@SINDRE: Why not put the actual call for the plugin (the bit that displays the view numbers and actualy tracks the post) into some sort of 'if' statement, so it is only executed on a post within your chosen category? That way you can get the desired result without any modifications to the plugin itself... ®
- John
Can you show the Top Posts for Today outside of the sidebar? Todays_count_widget always show the "not post viewed yet" message when used in other templates :(
- Gwyn Ann Ebol
Hi! Good day! Congrats for winning the 2008 Philippine Blog Awards. I am Gwyn, a student from the University of the Philippines - Diliman. I, together with my partner, Roxanne Flora, is writing a thesis on blogging ethics. We chose the winners of the 2008 PBA as the respondents for our thesis. Can we ask for your help by being one of the online interviewees? We hope to hear from you soon.Thank you so much. Respectfully, Gwyn Ann Marie S. Ebol
- Andrew
Hi Gwyn, sure! You may contact me through my email address: andrew {at} alleba.com.
- Rick Rottman
Nice plugin, but is there a way of not showing the view count?
- Andrew
@Rick, yes. In instruction #1, change 'show' to 'noshow' to hide the counter.
- Rick Rottman
@Andrew: Thanks for the info, but each post's count is still showing up in the sidebar.
- Alex
This plugin came recommended so I'm here to give it a try. Keep up the good work.
- Gwyn Ann Ebol
Thank you so much. We will forward the questions within this week. More power to you! -Gwyn
- David
Hi there, Thanks for this great plugin. I'm using it on my site, although I'm currently going through the source code to try and set it to only show the top five in the overall visits widget. (Easier said than done given that I don't know PHP!)
- Lea
Hi Andrew I'm having the same problem as Rick Rottman. ID, 'noshow', 'noshow', 'noshow', 'noshow', 'noshow'); } ?> Placing 'noshow' or even '' doesn't have an affect on removing the view counts. I don't know PHP, so I don't have a clue as to what more I could do to remove the numbers from the list of post titles.
- Andrew
Hi Lea, replace ONLY 'show' with 'noshow'. Replacing all values with noshow will not work.
- Lea
Hi Andrew I'm sorry, but I'm back :( Replacing 'show' with 'noshow' didn't remove the counts from view on the widget either. Today I found a error when I when to a page on my site. I'm wondering if someone else encountered this: Warning: Missing argument 6 for todays_overall_count() in /home/oceanofp/public_html/wp-content/plugins/daily-top-10-posts/dailytop10.php on line 251 visited 3 times, 3 so far today This is what is on dailytop10.php line 251: function todays_overall_count($postnum, $visited, $times, $sofar, $unique, $show) { I tried changing it to: function todays_overall_count($postnum, $visited, $times, $sofar, $unique, $noshow) { to match the 'noshow' I have in my single.php, but I got the same error after emptying my browser cache and refreshing the page. I really like the concept of your plugin and would like to get it to work properly on my site, especially for using the widget for today's top posts.
- Andrew
@Lea: The correct code is: < ?php if (function_exists('todays_overall_count')) { todays_overall_count($post->ID, 'Visited', 'times', 'so far today', '0', 'noshow'); } ?> as opposed to < ?php if (function_exists('todays_overall_count')) { todays_overall_count($post->ID, ‘noshow’, ‘noshow’, ‘noshow’, ‘noshow’, ‘noshow’); } ?> where strangely you changed all variables to 'noshow'.
- Lea
Hi Andrew Yes, I had corrected the 'noshow' I had placed throughout the code after your first reply. I saw the error when I went to my site after correcting my alterations in the code. I see that you have an update for the plugin, so I'll update it and see if that works. Sounds like you made some allowances in it for code illiterates such as myself :) Thank you for taking the time to respond quickly to my questions. Have a great weekend!
- chickenmoo
is it posible to exclude categories from the top 10 ? I put code on single so posts in all cats are counted but some of the cats on my site are reference and should not be in the top10 list even if they are popular thank you moo maybe add to new version
- z0ro
we were hoping that the new version will allow tracking for single sessions only but still as the previous versions, changin 0 to 1 is not working..whenever the page is refreshed the counter increases.
- bryan
hi..i have been lurking in your blog..very informative
- Rade
Hello, nice plugin, helped me a lot! I have one problem maybe can be fixed. On one page i want to query post based on views. Want to show like 9 mostviewed posts, i'm already using this plugin ssuccesfully but want to add query_string before the loop so in that way i can use my loop design. I hope this is possible, thanks for answer!
- mark
what if I just want to post the total no. of views and not the daily ones? how do I change the code. thanks
- Imre
Dear Andrew, Today I installed your plugin. I would like to show a list from the most viewed posts. I use WP6.3 so I installed the daily top 10-4 I inserted the following code into the page (at the bottom of the page - you can see: "Legnépszerübb": Legnépszerűbb I was click to some post but only: "No posts viewed yet." shown. What would be the problem? Many thanks, Imre
- Imre
Ahhhh the code was missing: { Legnépszerűbb }
- Imre
So it is not working.(maybe this way)
- Pinoy Top 10
Thanks for the plugin. I used it on one of my blogs and I did not know it is from a Filipino. I would love to see if you can add "yesterday" and "this week" stats as well so people can see the trending of the visits. Thanks again!
- 游æˆå¿«æŠ¥
游æˆå¿«æŠ¥æ˜¯ä¸“业网络游æˆç«™ç‚¹æä¾›ä¸šç•Œæ–°é—»/èµ„è®¯ï¼Œæ–°æ¸¸ï¼Œæ¸¸æˆæ”»ç•¥ï¼Œç½‘络游æˆäº§ä¸šç‰ä¿¡æ¯çš„网络游æˆç½‘站;是一家专业从事信æ¯å’Œå•†åŠ¡æœåŠ¡çš„ç½‘ç»œæ¸¸æˆé—¨æˆ·ç½‘ç«™ï¼Œå…¨é¢æ•´åˆæ¸¸æˆå¼€å‘å•†ã€æ¸¸æˆè¿è¥å•†ã€é”€å”®æ¸ é“ã€ç½‘å§ã€çŽ©å®¶ç»„ç»‡ç‰å„ç§èµ„æºï¼Œå…³æ³¨ç½‘络游æˆäº§ä¸šçš„æ¯ä¸€ä¸ªç»†èŠ‚ï¼
- Richard Holt
Hi there. I'm using your plugin on my site and I've found it to be excellent. I have 2 suggestions which would make it more useful for me: 1. Could there be a proper admin panel in the WordPress backend where some of the options could be easily set without the need to hard edit the plugin file? Specifically the number of posts listed. 2. Could there be an option to completely omit the 'x views' part of the output so it is simply an ordered list of posts without revealing view totals? Every time I upgrade the plugin I have to make these changes manually to the plugin file at the moment, which as I have completely forgotten it from the last time, is a bit of a chore each time. Thanks for all your hard work, it's a great plugin.
- d
hello - i'd like to sort the main list of posts by most viewed - how would i do this with your plugin?
- 21green
Great plugin, i'm wondering if it will work with Wordpress MU? I installed the plugin in the /mu-plugin/ directory and it showed up in the widget admin panel. However it displays "No posts viewed yet." But i clicked several times on some article links. Do i have to wait a day, until the plugin starts to work?
- Bryan
Hi, Andrew Can it ignore registered user(i.e. adminstrator) view count?
- Aks
Can u make a option/code for displaying the most popular posts for a particular category... like i have to display most popular post of 1 category on one page and on some other page i want most popular post of other category..
- Luke
Hey - Love the plugin! but is there a way to not display the (xx views) after the post name at all? So it literally just shows the postname per line and that's it? Thanks!
- Luke
Hi, love the plugin! I'm wondering, though, if there's a way to have it not display anything after the postname. So not have any reference to number of views at all? Thanks for the help!
- John F
I need your help to exclude few posts from recording the read count. I have few posts which has a read count which doesnot tall with Google analytics or Wordpress Analytics or other tools. The other posts are reasoanably tallied and i think these numbers in few posts are inflated read count. Would you please help me on how to exclude few posts ? I apprecite your help and plugin ! Thanks
- Luke
Andrew - I read the previous comments and I think what I'm asking is the same thing everyone else is asking - I get how to change $show to $noshow in instruction #1 but how do you do it for the widgets, which is where I want to remove the information? Thanks!
- JOHN F
Any help on excluding a post from recording the read count would be greatly appreciated. Is there a way to not to display read counts only for one post ?
- Andrew
Hi all, I'd like to let you guys know that I am working on a new version of the plugin which incorporates exluding certain posts and pages from tracking. It should be ready in 1-2 days. Look out for an announcement. Thanks for your patience!
- Leo
How do you restart the numbering?
- Alex
For some reason your plugin doesn't work with my site. I added it to the left sidebar of my site so you can see, and I haven't modified the code at all. Is this a problem with one of the other plugins I use or have I don'e something wrong? Any help would be greatly appreciated.
- Iklan Baris
Thank for make this plugin. How to exclude post in display???
- Rossi
Hello, I am using the starscape template for my blog and I don't seem to be able to implement the code as per step 1 and 2 above. Any ideas, please? Thank you, Rossi Ignatova
- mark
Hi, That is a very nice and clean plug-in, but there are a few things that made me uninstall it. 1. I wish the options were built right into the widget, and 2. It logs my (admin) visits to each post as well, and I did not see a way around that. Needs filters. If you can resolve those 2 issues, it would be perfect. Thanks! : )
- Patrick
Hey, is it possible to make this plugin use javascript to the post views can be tracked even when using the supercache plugin which uses static .html files? I really like this plugin but i also want to cache my pages!
- Babaji M P
Hi Andrew, After going through few comments and googling, i still feel that an answer needs to be updated in the post (instruction #3 ) about removing view count in the widget. Thanks in advance.
- Jim
Daily Top Ten posts is a great plugin! Thanks for the hard work. I do have one feature request. I was going to modify this myself but figured it was easy enough to just shoot you a message. It would be nice if there was a Checkbox option that would allow Daily Top 10 to record stats ONLY from web browser. Basically detect the "Mozilla" UserAgent and count only for that, that way you don't get hits counted from search engines. Anyway, thanks a ton! -Jim
- zamaan
Hai andrew i have an small problem. i am using wordpress digital statement them.they install your plugin by default.if you check my sites footer, you can see your plugin is implemented on the right side (populaer today). now my problem is, your plugin not working half of the day.it works on the next half onliny.this is the situation daily. what could be the problem?
- Oreille malade
#You may edit the word “views†to your liking (e.g. visits, pageviews or leave it empty '') It doesn't work... The word "views" is still here (I would like to leave it empty). See http://www.oreille-malade.com Could someone help me ? I'm getting mad... Regards :-)
- Almaz
Hi Andrew! i've been using this plug in, and i think it's really good, but there's just one thing I don't like. When you are not logged in, and you refresh, it tracks everytime the hits, if you make a comment, it continues adding hits... i hope this could be fixed, may be tracking by ip's or something like that. If anyone could help me i'd really appreciate it.
- Shayne Manne
Hi Andrew, Great plug-in, thanks you for your hard work! Please help with this issue I am having on my site... The visit count is grossly inflated. If I leave a post for a day without doing anything it shows between 60 and 66 visits. I have the tracking code copied on my home page post excerpts as well as the main post when clicked. Please help!? If anyone can help I would be most thanksful! :) I notice Almaz posted a similar finding (see below). Thanks, Shayne. Almaz Says: January 18th, 2010 at 9:37 am When you are not logged in, and you refresh, it tracks everytime the hits, if you make a comment, it continues adding hits… i hope this could be fixed, may be tracking by ip’s or something like that.
- S
from my experience it does not work nicely with caching plugins. page views remain very less with cached pages as the content is picked from a static html file and the number does not increase. also, there is no option to reset the page views :D
- C. Enrique Ortiz
thanks for the plugin. is there any way to "ignore" a specific entry? I have this off-topic entry that keeps showing as top but it is masking the other on topic ones. ceo
- Jenggirat
Hey Allabe, your Plugins is really great you know that ?? I like it thx .. Regard,
- Cerita Dewasa
Nice plugin, I use this plugin on my site. Can you tell me how to change "Top post of the Day" for display on sidebar for 5 post?
- C. Enrique Ortiz
any idea the time of the blog (which affects the count for the day) seems off with respect to current time? the wordpress timezone is correct. ideas?
- Aron
Hi Andrew, I love the plugin, but is there a way to get rid of the post count for 'today'? All I would like it to say is "VIEWED POST 100" Thanks so much Aron
- Katter
Really good plugin, thanks mate!
- jehzlau
koya, di na gumagana tong Daily top 10 plugin.. weird. Biglaan nalang O_O. pero nag wowork naman sya inside wp-admin. O_O
- MihaiC
Is possible to show image from article and title toghether? Thank you
- Darell
I wouldn't say much better!