Studio Sites
A Studio site is a WordPress instance running locally on your computer, and each of your sites will be listed in the Studio sidebar.
Studio allows you to create, maintain, and work on unlimited local WordPress websites.
Add a new site
To add a new site to Studio:
- Click the “Add site” button in the lower-left corner of Studio to display the “Add a site” modal window.
- Name your site
- (Optional) Provide a backup file to be imported to your site.
- (Optional) Toggle “Advanced settings” to enable the following additional settings:
- Select a custom local path
- Select a custom WordPress version
- Select a custom PHP version
- Use a custom domain.
- Click the “Add site“ button on the bottom-right corner of the modal window to create the site.
Any new site is started by default, which is depicted by a green dot in the sidebar:
Using a custom domain and SSL
By default, new Studio sites use localhost
. If you prefer to use a custom domain, you can enable that option when creating the site. Studio will suggest a domain for you but you can also enter your own. Custom domains must end in .local
.
After clicking the “Add site” button, you will be prompted to enter your system password. Once confirmed, the custom domain will then point to your Studio site.
You can optionally enable HTTPS (SSL) for your custom domain. Refer to the “SSL in Studio” doc page to learn more about this functionality.
Add a new site using an existing WordPress directory
You can also add a site to Studio using an existing WordPress directory:
- Remove
wp-config.php
file from the existing WordPress site directory. - Click the “Add site” button.
- Name your site, choose a path with an existing WordPress site, and click “Add site“.
If you’d prefer to use an existing wp-config.php
file, you can follow these instructions.
Starting and stopping sites
You can view any running site in your browser. With a stopped site, viewing the site in your browser will be disabled until you start it again.
To start a site:
- Click on a site name from the left sidebar.
- Click the Start button.
Once your site is running, the button will display “Running.” You can also start your site by clicking the “WP Admin” or “Open Site” buttons. Another quick way to start your site is by hovering over the gray dot in the sidebar until it changes to a green triangle, then clicking it to start your site.
To stop your site, hover over the Running button — it will change to a Stop button. Click it to stop your site.
Alternatively, hover over the green dot in the sidebar until it turns into a red square, then click it to stop your site.
To quickly stop all of your local sites from running, click the Stop all button at the bottom of the sidebar.
View sites
Once you start a site, there are two different ways to view it in your browser:
- WP admin: Opens your local site’s dashboard.
- Open site: Opens your local site’s homepage.
You do not need a username or password to view your site’s dashboard as you will be automatically logged in.
Site overview
Each local site has its own quick-access buttons under the Overview tab for easy navigation and an efficient workflow.
Select one of your sites and make sure that it is running. Under Customize, you can quickly open site setting pages with just one click.
If you’re using a block theme on your local site, you’ll see the following options:
- Site Editor
- Styles
- Patterns
- Navigation
- Templates
- Pages
If you’re using a classic theme on your local site, you’ll see the following options, depending on their availability in the theme:
- Customizer
- Menus
- Widgets
“Open in…” section
Under the “Open in…” heading, Studio will show buttons that will open your site in the following apps if detected on your computer:
- Finder (macOS only)
- File Explorer (Windows only)
Additionally, Studio allows opening files in the following code editors:
- VS Code
- PhpStorm
- Cursor
- Windsurf
- Webstorm
You can also open your sites with several terminal applications:
- Terminal (masOS)
- Warp (macOS)
- iTerm (macOS)
- Command Prompt (Windows)
- Ghostty
To select a preferred code editor or terminal application, click on the user icon in the top right corner to open “User Settings”.
Then click the Preference tab and make your selections.
Site settings
You can view each site’s settings by selecting a site and then clicking on the Settings tab.
Site details:
- Site name: Your local site’s name (editable).
- Local domain: The domain you can use to view your site in your browser, provided your site is running.
- Local path: Where your site files are located on your computer.
- WP Version: The current WordPress version of your local site.
- PHP Version: The current PHP version used for your local site.
WP Admin:
- Username: The username for the admin account on your local site and can be used to log into your preview site.
- Password: The password for the admin account on your local site and can be used to log into your preview site.
- Admin URL: The login page for your local site.
Edit a site
Your site’s details can be edited by clicking “Edit site” button in the top left corner. You can edit the site’s name and switch to different PHP and WordPress versions.
Please note that when selecting different PHP and WordPress versions, ensure they are compatible with the plugins and themes installed on your site. If you encounter any errors on your Studio site after making these changes, reviewing your active plugins and themes is a good first step in troubleshooting.
Delete a site
You may also delete your local site by clicking the “Delete site” button located in the ellipsis (⋮) menu besides the “Edit Site” button. You’ll have the option to delete site files from your computer before confirming the deletion.
Last updated: June 03, 2025