Skip to content

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.

  • 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
  1. In Magento Admin, go to Stores > Configuration
  2. Use the Store View dropdown in the top-left to select the store view you want to configure
  3. Go to Orange Collar > WordPress Integration
  4. Uncheck Use Website or Use Default for each field you want to override
  5. Enter the store-view-specific values
  6. Save and flush cache

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

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.