• hi folks!
    I want to be able to show the most downloaded files this week instead of all time.

    I’m using WordPress Download Monitor, and the code for all time downloads looks like this:
    <?php echo do_shortcode('[downloads query="limit=10&orderby=hits&order=desc" format="3"]'); ?>

    How do I change it to showing weekly downloads?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter webkocken

    (@webkocken)

    Nobody? =/

    Thread Starter webkocken

    (@webkocken)

    This can’t be that hard… nobody?

    Thread Starter webkocken

    (@webkocken)

    Contacted Mike Jolly, and got this answer:

    Custom queries will be needed for doing weekly top downloads – its not built in. You will need to the the $wpdb class and build a query/function to display the list of downloads. PHP/MySQL knowledge required.

    So, anyone able to help me out this time?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Download monitor] Weekly downloads’ is closed to new replies.