# Demo Import

#### **How to Import Demo Content via WDT Demo Importer plugin Import** <a href="#how-to-import-demo-content-via-one-click-demo-import" id="how-to-import-demo-content-via-one-click-demo-import"></a>

If your theme includes the **WDT Demo Importer plugin** feature, follow these steps to quickly set up your site with demo content:

<p align="center"><a href="https://themessupport.com/wp-content/uploads/2024/06/wdt-demo-importer.zip" class="button primary" data-icon="down-to-dotted-line">WDT Demo Importer plugin</a></p>

{% hint style="success" %}
When choosing this option, *all the existing content* of your website *will be lost* and replaced with the new data. We recommend using this option for new WordPress installations only.
{% endhint %}

#### **Step 1: Install and Activate Required Plugins** <a href="#step-1-install-and-activate-required-plugins" id="step-1-install-and-activate-required-plugins"></a>

1. Go to **Appearance → Install Plugins** in your WordPress dashboard.
2. Install and activate the **WDT Demo Importer plugin** plugin (if not pre-installed). *This plugin is included in the theme package.)*

<figure><img src="/files/8Dn0tPN64t8BScb5Vh3k" alt=""><figcaption></figcaption></figure>

#### **Step 2: Navigate to Demo Import** <a href="#step-2-navigate-to-demo-import" id="step-2-navigate-to-demo-import"></a>

1. Go to **Tools > Demo Content Install**..
2. You will see a list of available demo layouts.

<figure><img src="/files/6K2oF6cwrCG51c21nsht" alt=""><figcaption></figcaption></figure>

#### **Step 3: Select and Import Demo Content** <a href="#step-3-select-and-import-demo-content" id="step-3-select-and-import-demo-content"></a>

1. After clicking “Install Demo Data”
2. Select the demo you want to import.
3. Click the **“Import Demo”** button.
4. Then, click **“Continue & Import”** to proceed.
5. Wait for the import process to complete — this may take a few minutes, depending on your server speed.

#### **Step 4: Verify the Import** <a href="#step-4-verify-the-import" id="step-4-verify-the-import"></a>

* Once the import is complete, go to **Pages, Posts, and Media** to check if the demo content has been added.
* Navigate to **Appearance → Customize** to ensure the theme settings are applied correctly.

#### **Troubleshooting Tips** <a href="#troubleshooting-tips" id="troubleshooting-tips"></a>

**Demo Import Fails or Stuck?** Try increasing your PHP limits:

* `max_execution_time = 300`
* `memory_limit = 256M`
* `post_max_size = 64M`
* `upload_max_filesize = 64M`

**Failed to import media files (images)?**

* Please **reset your WordPress site** using a database reset plugin (such as WP Reset) to ensure a clean installation.
* After resetting the site.
* Reinstall the required theme and plugins.
* Navigate to the **Demo Import** section.
* Select your desired demo and click **“Import Demo”**.
* Then click **“Continue & Import”** to begin the process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wdt-kirki.gitbook.io/wdt-kirki/demo-content/demo-import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
