The first step in using the WP Discourse plugin is installing it on your Wordpress. When you’re ready to go, watch this short video, or follow the instructions below.
Next Step
Once the plugin is installed, head over to Connect WP Discourse to Discourse for the next step.
Instructions
Install from your WordPress dashboard
- Visit ‘Plugins > Add New’
- Search for ‘WP Discourse’
- Activate WP Discourse from your Plugins page
Install from WordPress.org
You can find the plugin at WP Discourse – WordPress plugin | WordPress.org .
- Download WP Discourse
- Upload the ‘wp-discourse’ directory to your ‘/wp-content/plugins/’ directory
- Activate WP Discourse from your Plugins page
Install with Composer
If you’re using Composer to manage WordPress, add WP-Discourse to your project’s dependencies. Run:
composer require discourse/wp-discourse ~1.6.1
Or manually add it to your composer.json
:
{
"require": {
"php": ">=5.4.0",
"discourse/wp-discourse": "~1.6.1"
}
}