Image
Image

Dummy Content Pack

Description

Dummy Content Pack is a lightweight plugin that generates realistic placeholder content—posts, pages, media attachments, categories, tags, and users—so you can build, style, and test themes or plugins without hunting for sample data.

Features
* One-click generation of posts, pages, custom post types, and media.
* Bulk-create users with Gravatar support.
* Assign categories, tags, and featured images automatically.
* Clean uninstall: remove everything the plugin created with a single click.

Perfect for
* Theme & plugin developers who need consistent test data.
* Agencies building client demos.
* Anyone learning WordPress who wants a sandbox full of content.

Installation

  1. Upload the dummy-content-pack folder to /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to Tools Dummy Content and choose what to generate.

FAQ

Will this plugin slow down my site?

No. Generated content is regular WordPress data; no extra tables or cron jobs are left behind.

Can I delete everything the plugin created?

Yes. Hit the “Delete All Dummy Data” button and the plugin will remove only the content it generated—your existing posts remain untouched.

Does it work with multisite?

Absolutely. Activate it per-site or network-activate; each site gets its own independent dummy dataset.

Is the content SEO-friendly?

The text is neutral lorem-ipsum style, so it won’t help or hurt SEO. Use it on staging/dev sites only.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Dummy Content Pack” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Dummy Content Pack” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.3

  • Updated bundled Bootstrap assets to v5.3.8.
  • Fixed activation/runtime fatal by loading plugin.php before checking WooCommerce and improved legacy migrations (options/tables/meta).
  • Added table/meta migrations from the old dcp_* names and removed use of esc_like() in raw SQL checks for better compatibility.
  • Version bump for cache-busting the updated assets and code.

1.1.1

  • Added a dedicated dummcopa prefix for all PHP classes, functions, hooks, cron names, options, tables, and meta keys to avoid naming collisions.
  • Replaced remote image placeholders with locally generated media so the plugin works without external HTTP dependencies.
  • Updated bundled Bootstrap assets to v5.3.3.

1.0

  • Initial release.
  • Generate posts, pages, media, users, categories, and tags.
  • Bulk-delete functionality.