Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Add Dummy Content for Theme Development in WordPress

When we’re developing new plugins, creating tutorials, or testing code snippets, we often need to set up demo sites quickly. But let’s face it: building an entire website’s worth of content from scratch is time-consuming. You might be facing this same problem, too.

There are times when you need a fully fleshed-out site to work with, but don’t have the time to create all that content yourself. That’s where dummy content comes in handy.

This article will show you how we easily add dummy content to WordPress for theme development, plugin testing, or any other scenario where you need a populated site fast. We’ll show you 2 simple methods that have saved us tons of time.

Adding dummy content in a WordPress website for theme development and testing

What Is WordPress Theme Unit Test Data?

WordPress theme unit test data is an XML file containing theme demo content for testing and development purposes.

It is maintained by WordPress.org’s theme review team, which also uses it to test themes submitted to the WordPress.org theme directory.

You can use this WordPress dummy data generator to easily generate blog posts and pages, import images, and more. You may find this dummy data useful if you want to:

We regularly use this WordPress dummy content generator during our WordPress hosting reviews, where we test actual hosting accounts for performance.

In this tutorial, we will cover two beginner-friendly methods to add dummy content to WordPress. You can use the quick links below to jump to the method you want to use:

Method 1: Adding Dummy Content Using WordPress Theme Unit Test Data

First, you need to go to the Theme Unit Test project on GitHub and then click on the ‘Code’ button to download the zip file to your computer.

Get Theme Unit Test XML file

After downloading the file, you need to unzip it to your computer. It will extract the files in a folder called ‘theme-unit-test-master’.

Inside this folder, you’ll find three files, including the ‘themeunittestdata.wordpress.xml’ file, which contains all the dummy data that we need.

Dummy data XML file

Now that you have the dummy data file, you can import it into any WordPress website.

Ideally, you will want to import it into a test site on your computer running a local server. You can also do the testing by creating a staging WordPress site.

Simply log in to the WordPress admin area on your test site and then go to the Tools » Import page. From here, scroll down to the WordPress importer option and then click on the ‘Install Now’ link.

Install the WordPress importer

Once the importer is installed, WordPress will automatically activate it.

You now need to click on the ‘Run Importer’ link to launch it.

Run importer

On the next screen, you need to click on the ‘Choose File’ button.

Then, just select the Theme Unit Test XML file you downloaded earlier.

Choose dummy data XML file

Now click on the ‘Upload file and import’ button to continue.

WordPress will now examine your import file attachments and ask whether you want to import the existing authors or assign their articles to another user on your site.

Importing dummy data in WordPress options

You can choose to import authors, and WordPress will create dummy user accounts for those authors. You can also assign the imported content to an existing user on your site.

Lastly, you can check the box to import attachments. Doing this will allow WordPress to download and store the images in your WordPress media library.

Finally, click on the ‘Submit’ button to run the importer.

The dummy data will now be imported into your WordPress blog or site. You’ll see a success message when it is finished.

WordPress dummy data generated successfully

You can now visit your website to see the imported content in action.

What’s Included in the Theme Unit Test Data?

Everything that you will need to test your WordPress theme is packed in theme unit test data.

Dummy data generated in default WordPress theme

It has categories, child categories, menu items, nested comments, pages, sub-pages, images of different sizes, image alignment, and more.

There are also lists, blockquotes, links, code, and other HTML tags that you should style in your themes.

If you are using the block editor, the test data comes with cover blocks, buttons, galleries with various layouts, columns, and other common blocks that you may want to test.

Dummy gallery block

It is a comprehensive set of dummy data which is far better than using a dummy content generator plugin for WordPress.

Method 2: Generate Dummy Data in WordPress Using a Plugin

If you want more control over how much dummy data you generate, then you may want to use a dummy data generator plugin for WordPress.

First, you need to install and activate the FakerPress plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

Upon activation, you need to visit the FakerPress » Posts page from your WordPress dashboard to generate dummy posts.

The plugin allows you to generate posts and pages as well as any custom post types.

First, you need to select a range of posts you want to generate.

Generating dummy posts in WordPress

After that, you can select the date range, post type, author, and other options. You can also choose to import images from dummy placeholder image sources, use HTML inside your posts, and set the number of comments for each item.

If you scroll down, you can be more specific about how many paragraphs the posts should have, what HTML tags they include, and the excerpt size.

Content settings for fake data generator

Once you are satisfied, simply click on the ‘Generate’ button at the bottom.

The plugin will now generate dummy content for WordPress using the settings you provided. You can now visit your site to see it in action.

Clicking the Generate button in FakerPress

FakerPress also allows you to easily generate dummy WordPress comments, add dummy user accounts, or create categories, tags, and other custom taxonomy terms.

Learn More About WordPress Theme Development

We hope this article helped you learn how to easily add dummy content for theme development in WordPress. You may also want to see our ultimate list of the best free WordPress themes and our guide on how to choose the best premium WordPress theme for your website.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

24 CommentsLeave a Reply

  1. Dennis Muthomi

    I have a quick question – I’ve noticed that some theme demos and previews use Lorem Ipsum text as content. Could using Lorem Ipsum be another way to add dummy content, in addition to the Theme Unit Test Data and FakerPress plugin you covered here? Just curious if that’s a viable option too

    • WPBeginner Support

      Lorem Ipsum is normally what is included in the text area, the dummy content from this guide should create posts and other containers for that content. So it would work together in that sense :)

      Admin

      • Dennis Muthomi

        That makes total sense that it populates the text while methods like Theme Unit Test data and FakerPress generate the containers and structure. thanks for clarifying btw :-)

  2. Tanish Mittal

    Do you know how to make dummy content for your customer? I just dev a theme and I want to sell but I also have a dummy XML file etc. How to make it?

    • WPBeginner Support

      The simplest method would be to export a demo site you create to have demo content for your theme.

      Admin

  3. Lio

    That’s great! I’ll use it.

    • WPBeginner Support

      Glad our guide could be helpful :)

      Admin

  4. David Hahn

    there appears to be something wrong with the file. It’s not zipped! your link only opens in a window with unpacked code; message:

    “This XML file does not appear to have any style information associated with it. The document tree is shown below.”

    • Unno

      You have to right click and choose ‘save as.”

  5. Brent Robinson

    Wow! I’ve been creating this stuff one my own. Never thought to export it and reused it – DUH.

    Thanks for the amazing started kit. Happy developing.
    b.

  6. Alex Hoffman

    Thank you, not all of it worked during the upload but it was mostly images. Either way, this made my life a ton easier. Thank you much, also, maybe take out the deprecated stuff? just a thought.

  7. chemistrap

    Sometimes we download multi-purpose themes then we imports dummy data or sample xml file but I dont need unnecessary pictures, pages, posts, etc.. How can i seperate / edit this dummy data without notepad?
    Why asking this question cause i done a project my subdomain after then i migrate to my main website but I realized theme files size is about 500 Mb. and i removed unnecessary pictures in uploads file.
    There is question : How can i seperate unnecessary pictures, pages etc. in XML file before i upload ?
    Thnx

  8. KATHY

    Will I be able to test different themes on my existing/ website

  9. Ahmed Yosry

    Thanks

  10. shruti

    i did as told but on uploading it shows this message
    Failed to create new user for themedemos. Their posts will be attributed to the current user.
    Failed to create new user for chipbennett. Their posts will be attributed to the current user.
    Failed to create new user for lance. Their posts will be attributed to the current user.
    Failed to create new user for emiluzelac. Their posts will be attributed to the current user.
    please help as I cannot see any dummy post in my wordpress except form hello world.

  11. mohsin

    This is great and awasome! Thanks!

  12. Chris Rouse

    WP Test (http://wptest.io/) is a really thorough set of test data for everything in WordPress.

    • cesar

      thank you Chris

  13. ifan

    cool!

    i will use it.

    but after development is done.
    is there simple way to delete all dummy contents?

  14. Sü Smith

    This is great! Thanks.

  15. Elliott Richmond

    Theme unit test data is awesome, I’ve only recently started to use it and its a true life saver – gone are the days of waiting for css issues to be discovered, you can nail them all in one hit!

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.