# Creating Microsites - Multisite Alternative

You can now create "Microsites" for your WordPress website!&#x20;

{% embed url="<https://www.youtube.com/watch?v=6jrP8BVxlpQ>" %}
Creating Microsites with Domain Mapping System
{% endembed %}

After setting up Domain Mapping System and mapping a domain, add multiple posts to your mapped domain:

<img src="/files/UVzP5BlFpLUlfhrykVyT" alt="Mapping multiple pages with a single domain" width="357">

Once you've mapped the posts properly, be sure to click "Save" at the bottom of the plugin settings.&#x20;

### Microsite Homepage

Just like any standalone website, your alias domain needs a homepage. We call this is the Microsite Homepage, and it can be set up by simply clicking the Home icon next to any individual mapping.

<figure><img src="/files/A7axJu5bjPSjoz3Tbe5f" alt="" width="363"><figcaption></figcaption></figure>

**Latest Posts as Homepage in General > Reading Settings**

When you create a WordPress website, you have the option of setting a homepage in your WordPress website General > Reading settings.&#x20;

If you do not have a page set in the General Reading Settings and you are using the Latest Posts option for the homepage, we've added the the static mapping option of Latest Posts when that settings is detected on your site:

<figure><img src="/files/pM52g7b23Adqp5PZAikt" alt="" width="363"><figcaption><p>Latest Posts Mapping Option</p></figcaption></figure>

When using that mechanism, WordPress strips the slug from any page set as the homepage.&#x20;

For example, if you have a page set up and the slug is `https://your-domain.com/homepage/` and the homepage is set up as the actual homepage in the WordPress General > Reading settings, then it will show up as `https://your-domain.com/` when visiting the site.&#x20;

When using Domain Mapping System, the plugin does not automatically map the alias domain to the WordPress Archive page by default. Instead, you must set up a Microsite homepage by using the provided radio button. The effect of the radio button is the same as setting a homepage in WordPress - the slug of that page is removed and becomes the primary page viewed when visiting the alias domain.&#x20;

{% hint style="warning" %}
Because Domain Mapping System currently requires a Microsite homepage to be configured and the slug is removed from the post/page, any Child posts/pages under a Parent post/page will retain their parent page URL structure. We've resolved this with the *Remove Parent Page Slugs* checkbnox recently added to the plugin. Please see [Global Parent Page Mapping](https://docs.domainmappingsystem.com/features/global-parent-page-mapping) for details.&#x20;
{% endhint %}


---

# 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://domainmappingsystem.gitbook.io/domainmappingsystem-docs/features/creating-microsites-multisite-alternative.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.
