Multi-Store Support
All configuration for the WordPress Integration module is store-view scoped, meaning you can connect different Magento store views to different WordPress instances.
Common Use Cases
Section titled “Common Use Cases”- Multilingual sites - connect an English store view to an English WordPress blog, and a French store view to a French WordPress blog
- Multiple brands - connect different brand store views to their respective WordPress sites
- Staging environments - connect a staging store view to a staging WordPress instance
How to Configure Per-Store-View
Section titled “How to Configure Per-Store-View”- In Magento Admin, go to Stores > Configuration
- Use the Store View dropdown in the top-left to select the store view you want to configure
- Go to Orange Collar > WordPress Integration
- Uncheck Use Website or Use Default for each field you want to override
- Enter the store-view-specific values
- Save and flush cache
What Can Be Scoped
Section titled “What Can Be Scoped”Every setting in the module is available at the default, website, and store-view levels:
- WordPress URL - point to a different WordPress installation
- API Key - use a different API key for each WordPress instance
- Blog Base URL - use a different URL prefix per store view
- All content, SEO, menu, and cache settings
API Calls Use the Current Store View
Section titled “API Calls Use the Current Store View”When Magento processes a request, it detects the active store view and passes the corresponding $storeId through the Config model to all API calls. This ensures content is always fetched from the correct WordPress instance.