✨ 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 for Envato WP Importer: theme demos & inserts as tables

Envato WP Importer writes pack metadata to wp_options and inserts theme-demo content into the standard core tables. SleekView turns that footprint into a filterable workspace with theme, pack, and insert counts as first-class columns.

♾️ Lifetime License available

SleekView table view for Envato WP Importer

Theme-demo runs as an inventory

Envato WP Importer ships with many ThemeForest themes as the bundled demo installer. It writes pack manifests and run state to wp_options under envato-prefixed keys, and inserts demo content into wp_posts, wp_postmeta, wp_terms, and wp_term_relationships through the WordPress importer pipeline. Attachments are downloaded from the theme's demo URL and registered as standard attachment posts.

The default UI is a per-theme tab on the Tools menu that lists available packs with an install button. Once the import finishes there is no persisted run record. Multi-theme sites and agencies running Envato installs across dozens of customer projects have to take it on faith that every demo finished cleanly.

SleekView treats Envato's footprint as data. A workspace over wp_options exposes every recorded run with theme, pack, importer version, and timestamp. A joined view over wp_posts filtered by post-date window lists every inserted demo asset, sortable across packs and themes. Half-failed imports stop hiding in a wizard that already closed.

Workflow

Audit every Envato demo install from one screen

1

Map envato_ option keys

Point SleekView at wp_options filtered to envato-prefixed rows. The agent samples keys, parses pack manifests, and proposes columns for theme, pack, and outcome.
2

Join core content tables

Link wp_posts by post-date window around the run timestamp. Inserted posts, pages, and attachments carry their source pack in the audit view.
3

Save per-role presets

Theme authors see manifest comparisons. Agency leads see cross-site outcome chips. Site reviewers see only the inserted-content cohort for editorial review.
4

Trigger reruns and cleanup inline

Row actions deep-link into per-theme importer tabs for reruns. Inline bulk-delete on the inserted-content audit runs through wp_delete_post() with capability gating.

Sample columns

A typical Envato demo audit view

One row per Envato demo-import run with theme, pack, and insert counts.
Source: wp_options (envato_ keys) + wp_posts + wp_postmeta
Theme Demo pack Run Posts Attachments Status
Avada Agency Apr 24 14:55 38 142 OK
Bridge Studio Apr 23 11:28 26 88 OK
BeTheme Coffee Shop Apr 21 17:09 19 0 Media skipped
Salient Portfolio Apr 19 08:31 0 0 Failed

Comparison

Default Envato WP Importer admin vs SleekView

Default Envato WP Importer admin

  • Per-theme installer tab with no persisted cross-run log
  • No filter for runs where attachments failed but posts succeeded
  • Demo pack option keys mix among hundreds of other rows in wp_options
  • Inserted content has no provenance column tying it back to which pack created it
  • Multi-theme sites can't compare demo runs across themes without manual queries

SleekView

  • Read envato-prefixed wp_options keys as a sortable run inventory
  • Surface theme, pack, and insert counts as columns per run
  • Join wp_posts by post-date window for attachment-aware audits
  • Filter to media-skipped or fully-failed cohorts as chips
  • Capability-gate the view so editors don't see option-key paths

Features

What SleekView gives you for Envato WP Importer

Cross-theme run log

Every Envato demo install across every theme surfaces as one sortable row with pack and outcome. Multi-theme agencies stop guessing which sites have stale demo content.

Media-failure filter

Filter to runs where the attachment download silently failed. The cohort that completed posts but didn't pull images was previously invisible without inspecting the media library.

Pack-aware provenance

Join wp_posts by post-date window so any demo asset carries its source theme and pack. Editorial review of leftover demo pages becomes a saved filter, not a guess.

Audience

Who uses SleekView for Envato WP Importer

Multi-theme agencies

Cross-theme audit covering every Envato demo install with theme, pack, and outcome in one view. Replaces opening per-site importer tabs.

ThemeForest authors

Verify a new demo pack's importer behaviour by checking attachment counts and warning rates across customer installs. Regressions surface quickly.

Site reviewers

Pre-launch sweep: list every post created in a demo-import window and flag for editorial review. No leftover ThemeForest placeholder content reaching production.

The bigger picture

Why ThemeForest demo installs need a logbook

Envato WP Importer ships with many ThemeForest themes as their preferred demo installer, which means most agencies running multiple customer sites have used it dozens of times without keeping a record. Each install is a wizard that closes with a confetti animation and no audit trail. When a customer reports a leftover demo testimonial, when an attachment silently failed to download, when a half-finished run left option keys behind, the answer lives in wp_options rows the agency would rather not query by hand.

Reading those rows directly turns the importer into a workspace. Multi-theme agencies see every install across every customer in one sortable view. ThemeForest authors compare attachment-download rates across customer installs to catch demo packs whose remote URLs have rotted.

Site reviewers run a pre-launch filter that flags any post created during a demo-import window for editorial review. That visibility shifts Envato WP Importer from a one-shot wizard into part of the agency's operational toolkit.

Questions

Common questions about SleekView for Envato WP Importer

Envato WP Importer writes run metadata to wp_options under envato-prefixed keys and inserts content into wp_posts, wp_postmeta, wp_terms, and wp_term_relationships. SleekView reads those rows and joins by post-date window.

 

Yes, when the theme uses the standard Envato WP Importer library. Different theme vendors prefix their option keys slightly differently, so the view configuration filters wp_options by the theme's actual key pattern.

 

Yes. Attachment downloads land in wp_posts as post_type = attachment. A run with zero attachments inserted relative to its pack manifest surfaces as a media-skipped status in the audit view.

 

Yes. Each site in a multisite network has its own wp_options table prefixed with the blog ID, so the audit view configuration scopes to the active site. Network-wide audits can join across blog IDs where database access permits.

 

Yes, where Envato exposes a programmatic rerun hook. Otherwise the row action deep-links into the theme's importer tab with the pack pre-selected, so reruns are one click away from the audit row.

 

Yes. The Envato option-key set is typically small per site, and SleekView paginates server-side. The join to wp_posts uses the post-date index for fast renders even on networks with millions of posts.

 

Yes. Build a view over wp_posts filtered by post-date matching any Envato run window and post_status = publish. The remaining row set is ThemeForest demo content that survived launch.

 

Envato Elements is a separate plugin with its own pattern of writing to wp_options and inserting templates as posts. The same audit-view approach applies, with the option-key filter configured to Envato Elements' prefix.

 

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