Pages

  • Beranda

Muslim Online

  • Home
  • Menu1
    • Submenu1
    • Submenu2
    • Submenu3
  • Menu2
    • Submenu1
    • Submenu2
    • Submenu3
  • Menu3
  • Menu4
Home » Uncategories » Introducing Selective Push and Pull in WordPress Studio

Introducing Selective Push and Pull in WordPress Studio

— Senin, 14 Juli 2025 — Add Comment

Picture this: You're working on a client's website, fine-tuning a new theme you've been developing for weeks in WordPress Studio. The design is perfect in your local environment, and you're ready to push it live using Studio's sync feature. But the…
Read on blog or Reader
Site logo image WordPress.com News Read on blog or Reader

Introducing Selective Push and Pull in WordPress Studio

By Nick Diego on July 14, 2025

Picture this: You're working on a client's website, fine-tuning a new theme you've been developing for weeks in WordPress Studio. The design is perfect in your local environment, and you're ready to push it live using Studio's sync feature.

But there's a catch. You only want to deploy the theme. You don't want to overwrite the plugins already running smoothly in production, and you definitely don't want your local test content affecting the live database.

If that sounds familiar, you're not alone. Until now, Studio's sync feature was all or nothing; you could easily push or pull entire sites between your local environment and WordPress.com or Pressable, but there was no way to sync just part of a site, like a single theme.

That changes today with the release of Selective Sync in WordPress Studio 1.5.5.

Adding granular control

Selective Sync gives you precise control over what gets transferred between WordPress Studio and any connected production or staging sites. You can now choose exactly what to sync, whether it's a single theme, a specific plugin, only the database, or the entire wp-content folder. 

The Pull from Production window in WordPress Studio with 'Files and folders,' wp-content, and plugins checked

The reality of WordPress development is that production sites are constantly changing. While you're working on new features locally, your live site continues to serve visitors, process orders, and collect user data. A full sync in either direction could result in lost changes or disruptions for active users.

Here are a few scenarios where Selective Sync really shines:

  • Plugin development: When building a new plugin feature, you often work with test data that shouldn't make its way into production. Selective Sync lets you push only the plugin files, keeping your local database separate. Your live site's data stays intact, and your new feature goes live without disruption.
  • Theme updates: Theme developers face similar challenges. You might spend days fine-tuning layouts and testing block patterns with sample content. When it's time to deploy, you want to push only the theme files, not placeholder posts or demo images. Selective Sync makes that easy.
  • Privacy and scale: If you're working with a WooCommerce store that has hundreds of products and thousands of customers, cloning the full site locally can be risky or unnecessary. Selective Sync allows you to pull down only the code you need to work on, such as the theme or a specific plugin, without syncing sensitive customer data to your local environment.
  • Focused environments: Some developers prefer to separate concerns by using different local Studio sites for different types of work. You might maintain one environment for plugin development and another for theme design. With Selective Sync, each can connect to the same production site and push changes independently, without affecting unrelated parts of the project.

Since full-site sync launched in January 2025, developers, designers, and site builders have asked for more flexibility. Selective Sync was built in direct response, making it easier to adapt Studio to the needs of real-world projects.

How Selective Sync works

If you're new to WordPress Studio, this is a great time to explore what the tool offers beyond its new syncing features. Studio is free, open source, and built to make building WordPress plugins, themes, and full sites more efficient and enjoyable.

Download WordPress Studio for free

Already using Studio? Selective Sync is available now. Just update to the latest version when prompted in the app, then follow the steps below to get started.

TIP: Keep in mind that while WordPress Studio is free to use, the sync feature requires a WordPress.com site on a Business or Commerce plan, or a Pressable site with the Jetpack Security plugin active. For more information, check the official documentation.

Connect a live site

The first step is to connect a local Studio site to an existing production or staging site on WordPress.com or Pressable. You can also create a new site on WordPress.com from the Studio interface:

  1. Select the site you wish to connect from the Studio sidebar.
  2. Open the Sync tab.
  3. Log in to WordPress.com if you haven't already.
  4. Click the "Connect site" button to see available sites. 
  5. Select the site you want to connect to and confirm by clicking the Connect button.
  6. (Optional) Create a new site by clicking "Create a new WordPress.com site."
The connect your site modal window in WordPress Studio showing a list of production sites on WordPress.com and Pressable

Pull content into Studio

Once your live site is connected in Studio, you can either pull content from the connected site into Studio or push content from your local environment back to the connected site.

Let's start with pulling content:

  1. Open the Sync tab for the site you want to synchronize (if you're not already there).
  2. Locate the connected WordPress.com or Pressable site you want to pull content from.
  3. Click Pull to open the sync modal.
The Pull from Production window in WordPress Studio with 'Specific files and folders' selected in the drop-down menu
  1. Choose to sync "All files and folders" or "Specific files and folders," then use the checkboxes to select what you want to include.
  2. Decide whether to include the Database in the sync.
  3. Click Pull to confirm and begin syncing.

The process may take some time, as a full backup of your live site will be created. Once complete, you'll be ready to start working locally in Studio.

Push content to a live site

Pushing content from Studio to a connected site follows a similar process to pulling, but with more control. You can choose individual plugins, themes, and other files to sync.

  1. Open the Sync tab for the site you want to synchronize (if you're not already there).
  2. Locate the connected WordPress.com or Pressable site you want to pull content from.
  3. Click Push to open the sync modal.
The Push to Production window in WordPress Studio with 'Files and folders,' wp-content, themes, and base checked
  1. Choose to sync "All files and folders" or "Specific files and folders," then use the checkboxes to select what you want to include. You can expand the plugins, themes, and uploads folders to select individual items.
  2. Decide whether to include the Database in the sync.
  3. Click Push to confirm and begin syncing.

As with pulling content, the process may take some time. A full backup of the connected site will be created before your local changes are applied. Once the sync is complete, you'll receive an email confirmation with a summary of what was transferred.

Pro tips for using Selective Sync

Selective Sync is built to streamline development, but there are a few key details to understand before getting started.

When pushing from Studio to a production or staging site, development-only files such as .git directories and node_modules folders are automatically excluded. These files remain local, keeping your live site clean and efficient.

As noted earlier, when pulling content into Studio, you can sync entire folders, such as all themes or all plugins, rather than selecting individual items. In contrast, when pushing to a live site, you can choose specific themes and plugins. We found this setup reflects the needs of most workflows, but we're always listening to feedback for future enhancements.

While Selective Sync covers many common scenarios, some projects may still require a more advanced deployment workflow. For those cases, GitHub Deployments on WordPress.com offers more control and works well alongside Studio for complex setups.

What's next for Studio?

Selective Sync is part of a broader effort to support the variety of workflows developers use every day. That work continues, especially within WordPress Playground, the foundation that powers Studio. 

Upcoming enhancements include:

  • XDebug support: One of the most requested additions, this will bring professional debugging capabilities to WordPress Studio. Follow along on GitHub.
  • Performance improvements: Upcoming enhancements in WordPress Playground will make Studio even faster and more responsive.

Community feedback drives these priorities. The WordPress Studio GitHub repository is the central place to suggest features, report bugs, and contribute directly to the project. Every issue, comment, and pull request helps shape the future of Studio.

If this is your first time exploring WordPress Studio, or if it has been a while since you last tried it, now is a great time to take another look. Alongside Selective Sync, dozens of improvements have rolled out this year, with more still to come.

Try WordPress Studio now

Comment
Like
You can also reply to this email to leave a comment.

WordPress.com News © 2025.
Unsubscribe or manage your email subscriptions.

WordPress.com and Jetpack Logos

Get the Jetpack app

Subscribe, bookmark, and get real‑time notifications - all from one app!

Download Jetpack on Google Play Download Jetpack from the App Store
WordPress.com Logo and Wordmark title=

Automattic, Inc.
60 29th St. #343, San Francisco, CA 94110

Tweet

0 Response to "Introducing Selective Push and Pull in WordPress Studio"

← Posting Lebih Baru Posting Lama → Beranda
Langganan: Posting Komentar (Atom)

Arsip Blog

  • Agustus 2025 (49)
  • Juli 2025 (61)
  • Juni 2025 (74)
  • Mei 2025 (63)
  • April 2025 (77)
  • Maret 2025 (146)
  • Februari 2025 (132)
  • Januari 2025 (134)
  • Desember 2024 (177)
  • November 2024 (166)
  • Oktober 2024 (127)
  • September 2024 (141)
  • Agustus 2024 (127)
  • Juli 2024 (167)
  • Juni 2024 (132)
  • Mei 2024 (108)
  • April 2024 (102)
  • Maret 2024 (105)
  • Februari 2024 (85)
  • Januari 2024 (64)
  • Desember 2023 (74)
  • November 2023 (91)
  • Oktober 2023 (49)
  • September 2023 (47)
  • Agustus 2023 (63)
  • Juli 2023 (45)
  • Juni 2023 (47)
  • Mei 2023 (49)
  • April 2023 (42)
  • Maret 2023 (53)
  • Februari 2023 (38)
  • Januari 2023 (39)
  • Desember 2022 (47)
  • November 2022 (15)
  • Oktober 2022 (9)
  • September 2022 (10)
  • Agustus 2022 (9)
  • Juli 2022 (9)
  • Juni 2022 (8)
  • Mei 2022 (10)
  • April 2022 (13)
  • Maret 2022 (13)
  • Februari 2022 (16)
  • Januari 2022 (15)
  • Desember 2021 (18)
  • November 2021 (16)
  • Oktober 2021 (12)
  • September 2021 (10)
  • Agustus 2021 (12)
  • Juli 2021 (18)
  • Juni 2021 (11)
  • Mei 2021 (11)
  • April 2021 (13)
  • Maret 2021 (12)
  • Februari 2021 (12)
  • Januari 2021 (13)
  • Desember 2020 (10)
  • November 2020 (14)
  • Oktober 2020 (17)
  • September 2020 (10)
  • Agustus 2020 (14)
  • Juli 2020 (17)
  • Juni 2020 (21)
  • Mei 2020 (18)
  • April 2020 (11)
  • Maret 2020 (16)
  • Februari 2020 (8)
  • Januari 2020 (9)
  • Desember 2019 (13)
  • November 2019 (12)
  • Oktober 2019 (9)
  • September 2019 (11)
  • Agustus 2019 (26)
  • Juli 2019 (32)
  • Juni 2019 (32)
  • Mei 2019 (30)
  • April 2019 (33)
  • Maret 2019 (20)
  • Februari 2019 (12)
  • Januari 2019 (16)
  • Desember 2018 (14)
  • November 2018 (25)
  • Oktober 2018 (12)
  • September 2018 (14)
  • Agustus 2018 (14)
  • Juli 2018 (12)
  • Juni 2018 (27)
  • Mei 2018 (48)
  • April 2018 (33)
  • Maret 2018 (45)
  • Februari 2018 (73)
  • Januari 2018 (337)
  • Desember 2017 (338)
  • November 2017 (251)
  • Oktober 2017 (381)
  • September 2017 (31)

Label

  • Berita
  • Kajian Islam
  • Politik
Diberdayakan oleh Blogger.
  • How to Start a Successful Blog: A 12-Step Guide for Beginners
    So, you want to start a blog, huh? First of all, that's a pretty dope idea. ...
  • Hot Off the Press: New WordPress.com Themes for January 2025
    New Year, new themes! We've been hard at work developing new themes to help ...
  • Hey - junk removal inquiry
    Hey,   I hope you're having a good Wednesday morning.  I wanted to reach out as we help junk removal companies predictably acquire new c...
↑
Copyright © 2017 - Muslim Online - All rights reserved Powered by Blogger