✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for WordPress Download Manager: download dashboards

WordPress Download Manager stores downloadable packages as a wpdmpro custom post type with download count, package size, categories, and tags in postmeta and taxonomy. SleekView Charts reads that store and renders it as a configurable reporting dashboard.

♾️ Lifetime License available

SleekView Charts dashboard for WordPress Download Manager

A download catalog dashboard built from WPDM postmeta

WordPress Download Manager registers wpdmpro as a custom post type for downloadable packages and adds wpdmcategory and wpdmtag taxonomies. Each package carries postmeta keys like __wpdm_download_count, __wpdm_view_count, __wpdm_package_size, and __wpdm_files with the actual file list. Many sites also enable the download log table where every download is recorded with timestamp and user IP.

SleekView Charts reads the wpdmpro CPT and the optional log table directly. Number cards sum total downloads across the catalog by aggregating __wpdm_download_count. Pie cards split by wpdmcategory so the team sees which categories dominate. Bar cards rank packages by download count to surface the top assets, and area cards trace download events over time using the log table's __date column.

Every card reads the same postmeta and log data WPDM already writes, so the package pages, download links, password protection, captcha gates, and access rules continue to behave normally. The dashboard becomes the analytics surface WPDM has hinted at with its stats page but never made interactive.

Workflow

From the wpdmpro CPT to a download dashboard

1

Connect to packages

Create a SleekView against the wpdmpro custom post type. Title, post_date, and post_author are detected, alongside the postmeta keys for download count, view count, package size, and the wpdmcategory and wpdmtag taxonomies.
2

Switch to the Charts view

Add a Charts view on top of the same dataset. Each card chooses a chart type, a group-by column, an aggregation, and an optional value column. The Charts view sits alongside the existing table view of packages.
3

Pin the download dashboard

Save a dashboard that captures total downloads, category mix, top packages by downloads, and weekly download cadence. Saved dashboards reopen with one click for every team member tracking download performance.
4

Filter across cards

Use the top-level filter bar to scope by category, tag, or date range. One click narrows every card, so a category-specific or campaign-window review is one filter away from the catalog-wide view of downloads.

Sample dashboard

Charts you can build from WPDM data

Four cards that read the wpdmpro CPT and postmeta directly and turn the package catalog into the reporting dashboard the default admin only hints at.
Number · Default

Total downloads

A KPI summing __wpdm_download_count across every wpdmpro package. The headline number a marketing lead wants before drilling into category mix or top assets. Includes the previous month underneath for context.
Sum(__wpdm_download_count)
Pie · Donut

Downloads by category

Donut over the wpdmcategory taxonomy, aggregating __wpdm_download_count by category. Reveals which categories of packages actually pull traffic versus which exist for completeness.
Sum(__wpdm_download_count) group by wpdmcategory
Bar · Horizontal

Top packages by downloads

Horizontal bar ranking individual packages by total downloads, joining wpdmpro post IDs back to their titles. Surfaces the top assets so the marketing team knows which packages deserve more promotion.
Sum(__wpdm_download_count) group by ID
Area · Gradient

Downloads per week

Gradient area chart from the WPDM download log table, counting download events per week using the __date column. Reveals weekly rhythm and the impact of campaigns on download volume.
Count group by __date

Comparison

Default WPDM stats vs SleekView Charts

Default WPDM admin

  • WPDM stats page exists but is a fixed view, not configurable
  • No interactive filter bar to scope by category, tag, or date range
  • No way to combine totals, category mix, and trend in one screen
  • Per-package ranking requires sorting the WPDM list manually
  • Download log events sit in a table with no visual presentation

SleekView Charts

  • Number cards summing __wpdm_download_count across the catalog
  • Pie of downloads by wpdmcategory with category-level totals
  • Bar of top packages ranked by total downloads
  • Area trend of download events per week from the WPDM log table
  • All cards filter together by category, tag, or date range

Features

What SleekView Charts gives you for WordPress Download Manager

One screen for download performance

Replace the fixed WPDM stats page with a dashboard that answers the marketing questions directly. Total downloads, category mix, top packages, and weekly trend live on one screen with a shared filter bar.

Category mix at a glance

Donut cards summarize how the catalog's downloads are distributed across wpdmcategory terms. Spot which categories pull volume and which exist for completeness so the next campaign focuses where it matters.

Track download rhythm

An area chart of downloads per week reveals whether campaigns moved the needle. Campaign weeks reveal themselves immediately, slow weeks too, so the marketing team can plan the next push with real data.

Audience

Who builds WPDM chart dashboards with SleekView

Marketing leads

Open the dashboard before each campaign review to see total downloads, top packages, and weekly cadence. The screen replaces the static WPDM stats view with an interactive surface that supports planning.

Content teams

Use the category donut and top packages bar to plan the next batch of resources. Pair with a date filter to see which categories performed last quarter and which deserve more material.

Site administrators

Watch download rhythm and category mix to spot abuse or bot activity. Sudden spikes in a single category often warrant a captcha refresh or an access rule update on the underlying packages.

The bigger picture

Why a download manager benefits from a dashboard

Downloads compound the same way embedded videos and policy documents compound. A handful of PDFs and ZIPs quietly turn into hundreds across categories, campaigns, and product lines. WordPress Download Manager does an excellent job of password protection, captcha gates, and access rules per package, and it captures the data marketing teams want with its __wpdm_download_count postmeta and log table.

The default WPDM stats page hints at that data but presents it as a fixed view rather than an interactive dashboard. Marketing leads running campaign reviews want totals, category mix, top packages, and weekly trend on one screen with a shared filter bar. SleekView Charts reads the same wpdmpro CPT and __wpdm_download_count postmeta and renders that data as a configurable dashboard.

The package pages, download links, and access rules continue to behave normally. The team gains the in-WP analytics surface the data has been quietly waiting for.

Questions

Common questions about SleekView Charts for WordPress Download Manager

No. Every card reads the existing __wpdm_download_count postmeta and the WPDM download log table. The package pages, download links, password protection, captcha gates, and access rules all continue to behave exactly as before.

 

Yes. The download log enables time-series charts. Without it, the dashboard falls back to __wpdm_download_count totals and ranks packages by lifetime downloads. The weekly trend chart simply requires the log to be enabled in WPDM settings.

 

Yes. WPDM stores package authors in post_author. A SleekView bar ranks authors by total downloads across their packages, joined to wp_users.display_name. Reveals which contributors create the assets that actually pull traffic.

 

Yes. The top-level filter bar applies across all cards. Selecting one or more wpdmcategory terms scopes every chart to that segment, so a per-category campaign review is one filter click away from the catalog-wide view.

 

No. Charts are computed against the same posts, postmeta, and log queries WPDM already supports, with SleekView caching aggregation results between renders. The first paint may take a moment on large logs, subsequent loads are immediate.

 

Yes. WPDM tracks both __wpdm_download_count and __wpdm_view_count. A SleekView bar chart pairs both values per package or per category so the team sees conversion from view to download, not just the raw download total.

 

Yes. Each card supports a CSV export of its underlying aggregation. Export the category donut for a marketing review or the weekly trend to share campaign performance context with the team running the next planning meeting.

 

Yes. SleekView Charts honors WordPress capabilities and WPDM access rules. Users who cannot read certain packages do not see them in the dashboard. Charts always respect the current viewer's access scope at query time inside the admin.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView