multiple-domain
multiple-domain copied to clipboard
Plugin that allows you to have multiple domains in a single WordPress installation
In some cases Google does Not pay attention to canonical tag. So I suggest to add an option to activate no index tag for new multiple domains in the Control...
Sometimes it may be useful to keep a URL as it is, not applying the rewriting. Here is a case the exemplifies a situation: https://wordpress.org/support/topic/linking-to-original-domain/. I'm not sure if prepending...
This PR removes old PHP version from Travis config.
I'm not sure whether all features can be tested outside a WP installation (possibly [Mockery](http://docs.mockery.io/en/latest/) would be helpful on that) but at least the utilities and some other methods could...
Currently, the plugin always adds a trailing slash to alternate tags (see https://github.com/straube/multiple-domain/blob/master/multiple-domain/MultipleDomain.php#L614). Since not all WordPress installations use trailing slashes -- despite being the CMS's default behavior -- this...
**Describe the bug** Menu links are not changed, they are still showing the default language links instead of the newly added domain. **To Reproduce** Steps to reproduce the behaviour: 1....
The plugin sets the domain where WordPress was originally installed as the primary domain. Based on the following request, add a feature that allows users to flag another domain as...
Issues reported on the plugin support forum (https://wordpress.org/support/topic/two-problems-25/): > 1. Plugin is adding wrong canonical link that is missing Trailing slash in post permalink at the end. – Yoast already...
The plugin docs have to be updated to include a Q&A on compatibility with WPML. This is a recurrent topic both here on Github and on WP Support Forums. Below...
Would it make sense to not process the plugin if the request was for the original domain? I notice that canonicals are inserted for original domain too - meaning the...