✨ 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 WP Subscribe: signup dashboards in WP

WP Subscribe by MyThemeShop is a sidebar widget that pushes opt-ins to Mailchimp, FeedBurner, or AWeber. SleekView Charts reads the widget instance options, the local submission log, and source-page postmeta and assembles signups per page, ESP distribution, and trend lines into one dashboard.

♾️ Lifetime License available

SleekView Charts dashboard for WP Subscribe by MyThemeShop

Sidebar signups with a real dashboard

WP Subscribe stores its widget settings in wp_options under the wpsubscribe key with the list ID, ESP type (Mailchimp, FeedBurner, AWeber), and form copy. The widget submits opt-ins via AJAX, and themes or companion code typically log each submission to a custom table or to postmeta against the source page so retries and analytics are possible.

The default WP Subscribe admin is a settings screen, not a reporting screen. There is no in-WordPress view that compares signups across pages, charts opt-ins against time, or breaks results down by ESP target. The widget produces signups, but every reporting question routes either to the ESP dashboard or to a spreadsheet.

SleekView Charts reads the option blob, the submission log, and source-page meta and renders Number, Pie, Bar, and Area cards directly. Editors see which page drives most signups, which ESP target is filling fastest, and where this week's spike came from without bouncing between WordPress and the email provider.

Workflow

Build a WP Subscribe dashboard in four steps

1

Point SleekView at the submission log

Select the WP Subscribe submission table or postmeta, plus the widget options blob. SleekView treats source pages, widget instances, and submissions as one joined dataset.
2

Pick chart types per question

Signups per page maps to a Bar, ESP distribution to a Pie, total opt-ins to a Number, and daily signups to an Area. Pick one KPI plus one categorical plus one time series for the first dashboard.
3

Set groupBy and aggregation

Group by source page_id, ESP type, list_id, or submission date. Aggregations cover Count for submissions, and Sum or Average when the form captures custom values like donation amounts.
4

Pin the dashboard

Save the configured Charts view as a named dashboard. Marketing reviews it before a weekly push. Editors check it after publishing high-traffic posts. Owners scan it during weekly reviews.

Sample dashboard

Charts you can build from WP Subscribe data

A representative four-card dashboard combining a headline signup KPI, an ESP distribution, a per-page ranking, and a daily signup trend.
Number · Default

Signups this month

A single big-number KPI counting WP Subscribe submission rows for the current month with the previous month underneath for context. Counts only successful submissions.
Count
Pie · Donut

ESP target distribution

Donut chart grouping submissions by esp_type (Mailchimp, FeedBurner, AWeber) from the widget options blob. Shows where contacts are being routed across the whole site.
Count group by esp_type
Bar · Horizontal

Top source pages

Horizontal bar grouping submissions by source page_id and resolving post titles. Sorted descending so the highest-converting pages stay visible at the top of the dashboard.
Count group by page_id
Area · Gradient

Signups per day

Gradient area chart of signup timestamps over the trailing 60 days. Surfaces campaign spikes, weekday patterns, and slow weeks that warrant a refresh.
Count group by created_at

Comparison

Default WP Subscribe admin vs SleekView Charts

Default WP Subscribe admin

  • Settings screen only, no submission report inside WordPress
  • No native chart of signups by source page or post in WP Admin
  • ESP distribution is implied by settings but never plotted
  • Daily signup velocity is not charted against time in the local admin
  • Cross-page or cross-ESP aggregates are not surfaced visually

SleekView Charts

  • Dashboard joining WP Subscribe options, submission log, and post sources
  • Pie and Bar cards for ESP distribution and per-page signup volume
  • Number cards for total opt-ins this month, week, and day
  • Area cards for daily signup velocity over rolling time windows
  • Charts refresh as WP Subscribe writes new submission rows

Features

What SleekView Charts gives you for WP Subscribe by MyThemeShop

Per-page KPI cards

Total signups this week, top source page, this month's opt-ins, last campaign push. Number cards surface the figures editors normally rebuild in spreadsheets each Monday morning.

ESP and page distribution

Donut and Bar cards render ESP distribution and per-page volume side by side. Which list fills and which page drives it answer themselves at a glance without an ESP login.

Signup trends over time

Area cards over the trailing 30, 60, or 90 days surface signup velocity and campaign-driven spikes. The patterns that drive next-quarter content planning live in one card.

Audience

Who builds WP Subscribe dashboards with SleekView

Email marketers

Pre-send dashboard: which page drives most signups, which ESP target fills fastest, and how this week compares to last. The view powers both the next campaign brief and the previous push's post-mortem.

Site editors

Source-page dashboard that shows which posts pull signups and which need a refresh. Old sidebar widget instances with flat lines stand out against active high-traffic posts.

Growth ops

Velocity dashboard pivoting signups into daily and weekly Area cards. Compare campaign pushes, post launches, and organic growth on the same time axis without spreadsheet bridges.

The bigger picture

Why a settings-only plugin needs a dashboard layer

WP Subscribe is light by design, and that lightness leaves reporting as an external problem most sites never solve well. The widget produces clean signal in WordPress, but the default admin is a settings page and the reporting lives in the ESP. SleekView Charts gives the widget the dashboard it never shipped with, reading the same data the plugin already writes and rendering it as Number, Pie, Bar, and Area cards on one screen in WP Admin.

Editors check it before launching a new post. Marketing checks it before the weekly send. Growth ops scans it weekly.

The plugin keeps producing the data, the dashboard makes it operational without changing the plugin itself.

Questions

Common questions about SleekView Charts for WP Subscribe by MyThemeShop

No. The Mailchimp, FeedBurner, or AWeber dashboard still owns deliverability, opens, and clicks since sends happen there. SleekView Charts adds the WordPress-side dashboard for signups, source pages, and ESP distribution that WP Subscribe does not assemble in its own admin.

 

It works best when submissions are logged. If only the widget options exist locally, SleekView can still chart configuration (which ESPs are in use, list IDs, instance counts) but trend and per-page charts require a submission log. Most companion code or themes provide one.

 

Yes. Resolve source page_id to its terms via the wp_term_relationships join, then group by category slug. The dashboard renders a horizontal Bar with categories ranked by signups for content-strategy reviews.

 

Yes. Dashboard-level filters apply to every chart card. Filter to just Mailchimp signups or just AWeber and every card scopes accordingly, so per-ESP dashboards become one-click switches rather than per-card reconfiguration.

 

Yes. Aggregations run on indexed columns and avoid full table scans. Sites with hundreds of thousands of submissions render charts in seconds because the Charts engine uses pagination and indexed joins rather than scanning meta.

 

Yes. Each chart card exposes its underlying row set, which exports to CSV with active filters applied. The export feeds board reports, attribution tooling, and ad platforms without spreadsheet round-trips.

 

Yes. Each subsite has its own WP Subscribe options and submission log, and SleekView Charts reads the current subsite by default. Network-wide dashboards can be configured explicitly when reporting spans multiple subsites.

 

It still works. SleekView reads every instance from the widget options array and treats each as a row with a placement label. A single Bar card ranks instances side by side, exposing which sidebar position converts best at a glance.

 

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