✨ 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 Demo Importer: starter packs & inserted records as tables

Demo Importer records each starter-pack install in wp_options and inserts posts, pages, attachments, and terms into the standard core tables. SleekView turns that footprint into a filterable audit with pack, timestamp, and insert counts as first-class columns.

♾️ Lifetime License available

SleekView table view for Demo Importer

Starter packs deserve a logbook

Demo Importer follows the same pattern as most theme-bundled importers: a wizard picks a starter pack, writes pack metadata to wp_options, and inserts demo content into wp_posts, wp_postmeta, wp_terms, and wp_term_relationships. Once the wizard closes there is no persisted run log, which makes which demo did we use a question only the build lead can answer.

SleekView treats the importer footprint as data. A workspace over wp_options exposes every recorded run with pack name, importer version, and timestamp. A joined view over wp_posts filtered by post date around each run timestamp lists every inserted post, page, and attachment, sortable across runs and packs.

The combined workspace answers practical questions: which starter pack inserted these orphan pages, which run failed halfway leaving option keys behind, and which demo content is still live on a launched site. None of that requires SQL or guessing post-date ranges once the views exist.

Workflow

Audit every Demo Importer run from one view

1

Map the importer keys

Point SleekView at wp_options filtered by Demo Importer's key pattern, plus wp_posts and wp_postmeta. The agent samples columns and offers ready-made joins keyed by timestamp.
2

Compose pack-aware columns

Surface pack name, run timestamp, importer version, and inserted counts as sortable columns. Group by pack to see which starters a site has cycled through.
3

Save per-role workspaces

Build leads see the full audit including option-key paths. QA reviewers see only the inserted-content cohort with editorial actions enabled. Same tables, different presets.
4

Bulk-clean leftover demo content

Inline-delete goes through wp_delete_post() so trashed records remain recoverable for the default window. Option-key cleanup is a separate, audited action.

Sample columns

A typical Demo Importer audit view

One row per Demo Importer run with pack, timestamp, and inserted counts.
Source: wp_options (demo importer keys) + wp_posts + wp_postmeta
Starter pack Run Pages Attachments Menus Status
Business Pro Apr 24 10:22 18 84 3 OK
Restaurant Lite Apr 21 14:08 12 46 2 OK
Studio Demo Apr 19 09:55 22 0 2 Media skipped
Bookstore Apr 17 18:11 0 0 0 Failed

Comparison

Default Demo Importer admin vs SleekView

Default Demo Importer admin

  • Wizard finishes with no persisted log of which packs were imported when
  • No cross-run comparison for half-failed installs
  • Demo option keys hide among hundreds of unrelated rows in wp_options
  • Inserted demo content blends into normal pages with no provenance column
  • Cleanup of leftover demo content goes one CPT screen at a time

SleekView

  • Sortable inventory of every recorded Demo Importer run
  • Filter by pack, status, and importer version as saved chips
  • Join wp_posts by run timestamp to surface inserted content
  • Inline bulk-delete on demo-only content with capability gating
  • Role-scoped views so editors don't see option-key paths

Features

What SleekView gives you for Demo Importer

Persisted run log

Every demo-import surfaces as a row even after the wizard closes. Build leads stop being the single source of truth for which packs were tried during the project.

Cross-pack comparison

Sortable counts make insert-count regressions across packs immediately visible. A new starter that ships fewer pages than expected stops slipping through.

Demo content cleanup

Join the run log to wp_posts by post-date window for a clean inserted-content cohort. One filtered view, one bulk delete, no abandoned demo pages on launch day.

Audience

Who uses SleekView for Demo Importer

Agency leads

Audit which starter packs were imported during each project. Filter to runs that failed and decide whether the leftover option keys are worth cleaning up.

Theme developers

Verify a new starter pack inserts the expected page count and attachment set by comparing the run row against the pack manifest. Regressions become a single sort.

QA reviewers

Pre-launch sweep: list every post created in a Demo Importer run window and flag it for editorial review. No more dummy pages discovered after go-live.

The bigger picture

Why starter-pack imports need a persisted log

Demo Importer and its variants are how most WordPress builds skip the blank-canvas problem. A starter pack lands a recognisable site in a few clicks, the build proceeds, and the importer is forgotten. The trouble shows up later when an editor finds a placeholder testimonial on a launched page or an agency lead can't remember which pack the project used.

The plugin is a wizard, not a logbook, so the answer to what was imported lives in scattered wp_options keys and post-date ranges that nobody bothers reconstructing. Reading those tables directly turns the import into a workspace. Build leads see every pack they tried with timestamps and version numbers.

QA reviewers list every post created during a demo window for an editorial sweep. Theme developers verify a new pack against its manifest by sorting the run rows. Half-failed installs that left orphan option keys surface as a chip rather than a database query.

That visibility turns Demo Importer from a one-shot wizard into something a team can audit before launch.

Questions

Common questions about SleekView for Demo Importer

Demo Importer writes run metadata to wp_options under demo-importer prefixed keys, and inserts content into wp_posts, wp_postmeta, wp_terms, and wp_term_relationships. SleekView reads those tables directly and joins by run timestamp.

 

Yes, when they use the standard Demo Importer pattern of writing option keys plus core-table inserts. Different vendors prefix their keys differently, so the view configuration filters wp_options by the vendor's key pattern.

 

Partially. SleekView lists every post inserted in the run-timestamp window and offers inline bulk-delete. Option keys can be cleaned from a separate wp_options view. There is no transactional rollback because the plugin doesn't write a snapshot.

 

Media attachments land in wp_posts as post_type = attachment with sized variants in wp_postmeta. The audit view exposes attachment count alongside post count per run, so media-skipped runs surface as a status.

 

Yes. The option-key inventory typically stays under a dozen rows even on heavy agencies, and the join to wp_posts uses the post-date index. Tens of thousands of posts paginate quickly.

 

Yes. Capability gating hides option-key paths from editors while administrators see the full audit. Each role saves its own filtered presets without affecting the source data.

 

Demo Importer registers menus in wp_terms and widget state in wp_options as JSON. SleekView surfaces menu count per run as a column, and widget state can be exposed as a JSON-parsed sub-view when needed.

 

Yes. Build a view over wp_posts filtered by post-date matching any recorded run, then filter to post_status = publish. The remaining row set is demo content that survived launch, ready for editorial review or bulk removal.

 

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