This is a beta theme to create a new Learn WordPress website, a project by the Make WordPress Training team
Please read the Training team's Getting Started Guide!
Tasks that need help are noted in the Issues section of this repository, please let us know if you'd like to tackle one. You can fork the repository and submit your additions as a pull request.
wp-content
folder to something easy to remember, such as wp-content-original
.git clone https://github.com/wptrainingteam/learn-theme-beta.git wp-content
wp-config.php
file, add the following lines above the WordPress Stop Editing comment:
define( 'WPORGPATH', __DIR__ . '/wp-content/themes/' );
define( 'JETPACK_DEV_DEBUG', true );
wp cron event run wporg_learn_manifest_import
wp cron event run wporg_learn_markdown_import
wp jetpack module activate contact-form
wp jetpack module activate markdown
You're ready to start developing and contributing! All accepted changes to the master branch appear on https://learnwp.jco.dev/, which refreshes every 5 minutes with updates.