WP Cloud Station is a client plugin to manage WP Cloud sites.
WP Cloud Station plugin and theme can be installed on any WordPress site.
Our plugin provides a custom site type for managing your WP Cloud sites as well as many hooks for integrating with your own site.
Our theme is block-based and easy to configure and edit.
- Upload
wpcloud-station
to the/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Navigate to
/wp-admin/admin.php?page=wpcloud_admin_settings
. - Save your WP Cloud Client Name and API Key, as well as a default primary Domain.
- Make note of your IP Address at the bottom and contact your WP Cloud representative to add the IP's.
If you would like to use our block-based theme:
- Upload
wpcloud-station
to the/wp-content/themes/
directory. - Activate the theme through the 'Themes' menu in WordPress.
- Navigate to Site Editor to alter.
Issues and feature requests can be submitted in GitHub Issues.
We welcome contributions from the community. If you would like to contribute, please see Contributing.
- Copy the
docker-compose.yml-example
file todocker-compose.yaml
- Update the environment variable
WP_CLOUD_API_KEY
to your WP Cloud API key. - Run
docker compose up
- run
wp-env start
- Note: you will need to add your api key to the WP Cloud settings page
-
Can I use WP Cloud Station plugin on any site?
Yes, WP Cloud Station plugin can be installed on any existing WordPress site.
-
How much does it cost?
WP Cloud Station plugin and theme are free. You will need a client set up and an agreement with Automattic to create new sites.
Please contact us for more information.
-
Can I integrate WP Cloud with my own site?
Yes! We provide a custom post type
wpcloud_site
to manage your sites, but we also integrate with native WordPress architecture include REST API, as well as providing numerous hooks to integrate with actions and callbacks.