Skip to main content
Last Reviewed: May 02, 2022

Create a New WordPress Site

Create a WordPress site on Pantheon.


This page provides steps on creating a new WordPress site on Pantheon.

  1. Create an account with Pantheon if you do not already have one.

  2. Login to your Pantheon account.

    Your Personal Workspace opens by default unless you are registered as an agency and this is your first time logging in. In that case, you’ll land on your Workspace. Go to your Personal Workspace by selecting your name in the menu bar, then Personal Workspace.

  3. Select Create New Site.

  4. Enter a name for your site and select the check box to make the site part of your Workspace (only if you are part of an agency).

  5. Click Continue.

    Alt text describing the image

  6. Select the WordPress Deploy button to create your WordPress site.

    Alt text describing the image

  7. Wait for your site to finish deploying (this can take a couple of minutes) and then visit your Pantheon Site Dashboard.

    Alt text describing the image

Initialize Your Test and Live Environments

  1. Click the Test tab in the Site Dashboard > click Create Test Environment.

    This can take a couple of minutes. Note that you must create your Test environment before you can create your Live environment.

    Alt text describing the image

  2. Click Visit Test Site to open your Test site in a new browser tab with the URL test-YOURSITE.pantheonsite.io.

  3. Click the Live tab in your Site Dashboard > click Create Live Environment to create your live environment.

    This can take a couple of minutes. You will have Dev, Test, and Live copies of your site running in three separate environments when it finishes.

  4. Clone your Live environment to your Dev environment (optional).

  5. Navigate to the Dev environment in your Site Dashboard > click Code.

Info:
Note
Dev is the only environment on Pantheon where you can add or change code, and the only place where you can access and change your Development Mode.

Configure Your Development Mode

  1. Select SFTP or Git as as your Development Mode.

    You can develop in Git mode, or you can develop with SFTP mode, or even switch between both modes depending on your task and workflow.

    Development Modes

  2. Review and follow the steps in the Using Git with SFTP & WordPress Guide to ensure that you understand the best ways to:

    • Install plugins
    • Manage themes
    • Upload media
    • Edit your site configuration

WordPress Multisite

This section is optional, and is only intended for customers who would like to create a network of sites using a single copy of the WordPress codebase and a common database.

  1. Review the WordPress Multisite Guide to ensure that you understand Multisite considerations and Multisite governance.

  2. Request a WordPress Multisite upstream.

  3. Complete the configuration steps in WordPress Multisite Guide to install and configure the WordPress Multisite created for you in step 2.

More Resources