What is the correct way for multi-domain and multi-language website?
For the multilingual setup I´d recommend using WordPress Multisite. You can give each site it´s own top-level domain, or host them on subdomains or subdirectories. All sites in the network will share the same database (although they´ll have separate tables). To query the products you have a few options: Use switch_to_blog to query the other … Read more