All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: How can i display a most viewed list of posts seen in the last 7 days for ex. ?  (Read 164 times)

0 Members and 1 Guest are viewing this topic.

Offline refulez

  • Newbie
  • *
  • Posts: 2
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: none
is there a way to display a most viewed list with thumbnails of the posts viewed in the last 7 days for example?

exactly the same as the post ratings plugin.

if(function_exists('get_most_rated_range')): ?>
   
      <?php get_most_rated_range('30 days','post', 15); ?>

i use this in order to display the tumbnails for the post ratings plugin:

query_posts('r_sortby=most_rated&r_orderby=desc&paged='.get_query_var('paged')); if ( have_posts() ) : while ( have_posts() ) : the_post();


is there any way of doing the exact same thing with the post views plugin but for the last 7 days for example?
« Last Edit: 30 July 2010, 08:01 by refulez »