About
Sometimes you need to display the number of downloads of your plugin or theme hosted by wordpress, Wordpress Extend Download Stat can retrieve it for you. The retrieved data will be stored in your local server and you decide when it should re-synchronize the data.
Features
- Retrieve download statistics, download URL and more by just one click
- It stores the statistics data in your local server
- Auto synchronize the outdated data in the background using Ajax
- Manage the plugin’s behaviour and saved data at Plugin Option page
- You can create custom format at plugin option page and use it for output
- To make it easier, you can use media button to add downlaod stat to post (see screenshot : Media Button)
What can Wordpress Extend Download Stat retrieve?
- Name of item
- Latest version number
- URL to download the latest version
- Type of item (plugin or theme)
- Date of last update of the theme/plugin files
- Number of downloads today
- Number of downloads on yesterday
- Number of downloads since last week
- Total number of downloads
Example of Usage
Retrieve the total number of downloads and download link for Wordpress Theme Demo Bar Plugin
Wordpress Theme Demo Bar - 1,159 downloads
Retrieve the number of downloads today for All-in-One SEO Pack Plugin and display it inline
Wow. All-in-One SEO Pack got 4,095 downloads today.
Using Shortcode
- To output download stat in blog post, use shortcode
in your post content / excerpt. - To make it easier, you can use the media button (see screenshot for more info) and follow the steps given.
To understand more about the shortcode
and examples:
1. Get Single Info only
Use attribute ‘get’
Valid values of attribute ‘get’ :
All tags available are the valid values of attribute ‘get’. However, you can only use one tag at once. (without curly bracket of course)Example:
- Get total number of downloads
- Get number of downloads since last week
- Get URL to download the latest version
You can use media button to make the whole process a lot easier.
2. Formatted Output – return output based on format id
use attribute ‘format’
you can create and save a new format at plugin option page
Default format is : <a href=”{url}”>{name}</a> has been downloaded {total} times in total
Example:
- Display using default format (you don’t have to specify the format id)
- Display using format id 1
You can use media button to make the whole process a lot easier.
3. Auto wrap output content with HTML paragraph <p> tag
use attribute ‘autop’
by default autop is set to true, which means it automatically wrap the output content with <p> tags
To display the content inline, use autop=”false”
Example:
Using Template Tag Functions
Screenshots
Add downlaod stat to post easily using media buttons

Installation
- Download the plugin package
- Extract and upload the “wordpress-extend-download-stat” folder to your-wordpress-directory/wp-content/plugins/
- Activate the plugin and its ready
Frequently Asked Questions
I can’t add new data
You need to use the URL to the statistics page, not to the main page. First of all, check whether the URL you type is the URL to the statistics page (it ends with /stats/). For example, URL to my wordpress theme demo bar plugin is http://wordpress.org/extend/plugins/wordpress-theme-demo-bar/ and I should use http://wordpress.org/extend/plugins/wordpress-theme-demo-bar/stats/.
How to display content inline?
Add autop=”false” to the shortcode.
Download the Latest Version
Wordpress Extend Download Stat - 83 downloads
Change Log
Version 1.1
- Added template tags function wpeds_output()
- Added error message for invalid shortcode
- Fixed a small mistake in auto resync-ing the data
- Added more definitions for outdated data (for you to run auto sync more frequently)
Version 1.0
- First version of Wordpress Extend Download Stat

















Recent Comments