Manage Multiple Sites
Add several WordPress sites to one project and work across them efficiently
One of RightPlace’s core strengths is managing multiple WordPress sites from a single project. Whether you run a production and staging pair, a network of client sites, or a portfolio of your own blogs, this recipe shows how to set it up.
Before you start
- RightPlace installed with a project created (how to create)
- Two or more WordPress sites you want to manage
- Admin access to each site
Step 1: Add your sites
For each WordPress site, click + in the resource sidebar and select WordPress Site from the Web & CMS category.
Fill in each site’s details:
| Field | Example (Production) | Example (Staging) |
|---|---|---|
| Host URL | https://mysite.com | https://staging.mysite.com |
| Login Path | wp-admin | wp-admin |
| Name | My Site (Prod) | My Site (Staging) |
| Environment | Production | Staging |
Repeat for each site. They all appear in your project’s sidebar.
Step 2: Use environments to identify sites
The Environment tag (Production, Staging, Development) shows as a colored badge next to each site. This helps you instantly tell sites apart when switching between tabs.
Use a naming convention that works for you:
- By role:
Client A (Prod),Client A (Staging) - By domain:
shop.example.com,blog.example.com - By client:
Acme Corp,Beta Inc
Step 3: Open sites side by side
Right-click any WordPress tab and select Split Right or Split Down. This opens a second pane where you can load a different site.
Common side-by-side workflows:
- Compare content: View posts on Staging and Production side by side
- Migrate media: Drag images from one site’s Media tab to the other
- Sync plugins: Check plugin versions across sites by viewing both Plugins tabs
Step 4: Cross-site content operations
With multiple sites open, you can:
Copy posts between sites
- Open the Posts tab on the source site
- Select one or more posts
- Right-click and select Export to download as CSV
- Switch to the target site’s Posts tab
- Use Import to bring the CSV in
Move media between sites
- Open Media tabs on both sites in split panes
- Select files on the source site
- Drag them onto the target site’s media grid
- Files are uploaded to the target site automatically
Compare plugins and themes
Open the Plugins or Themes tab on both sites to see which versions each site runs. Update them independently.
Step 5: Use Stages to coordinate across sites
Create a Stage (task board) to track work across all your sites:
- Open Stages from the sidebar
- Create columns like:
To Do,On Staging,In Review,Live - Add tasks and link them to specific WordPress resources
- Move cards across columns as content progresses from staging to production
This gives you a bird’s-eye view of what is deployed where.
Tips
- One project per “group”: If you manage unrelated sites (e.g. different clients), consider separate projects for each client. Use one project for sites that are related (same brand, same workflow).
- Tabs remember state: Each site’s tabs remember where you left off. Switching between sites is instant.
- Global Search: Use Cmd+Shift+F to search across all sites in the project at once. Results are grouped by resource.
- Widgets: The sidebar widget panel shows context for whichever tab is active. Switch tabs to see different site statuses.
Next steps
- Organize Media with Folders: Keep each site’s media tidy
- Connecting a WordPress Site: Detailed connection setup