Skip to main content
Last Reviewed: May 09, 2022

WordPress Content Management

Learn how to manage your WordPress content efficiently.


This section provides information to make managing content and tasks in your WordPress site easier.

Content Staging

Review our Content Staging doc to learn how to successfully stage and move content between environments in your WordPress site.

WordPress Configuration Management (WP-CFM)

The WP-CFM plugin provides an elegant mechanism for enabling developers to practice configuration management in code. The plugin exports WordPress site configuration from the SQL database's wp_options table to a .json file stored in private/config. After deploying the file to a new environment for the same site, it can then import the configuration from the .json file into the second wp_options table.

Cron for WordPress

Review our Cron for WordPress doc to learn how to create and run jobs using Pantheon Cron or WordPress's WP-Cron feature on your Pantheon site.

WordPress Multisite

WordPress Multisite lets you create a network of sites using a single copy of the WordPress codebase and a common database. For those responsible for maintaining several or dozens of similar sites, WordPress Multisites can make it much easier to fix bugs and deploy new features across all of those sites. Review our guide to learn how Pantheon supports WordPress Multisite.