New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Stable Readme (latest release): Dutch

1 2 3 7
Prio Original string Translation
This plugin allows you to have multiple domains in a single Wordpress installation and enables custom redirects for each domain.
Priority: high
You have to log in to add a translation. Details
This plugin allows you to have multiple domains in a single Wordpress installation and enables custom redirects for each domain.
Comment

Short description.

You have to log in to edit this translation.

Multiple Domain
Priority: high
You have to log in to add a translation. Details
Multiple Domain
Comment

Plugin name.

You have to log in to edit this translation.

Under certain circumstances, in the case of a wrong configuration, you may not be able to log in to the admin area and your page will be redirected. In this case, there are two ways to solve this. You have to log in to add a translation. Details
Under certain circumstances, in the case of a wrong configuration, you may not be able to log in to the admin area and your page will be redirected. In this case, there are two ways to solve this.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes. You may notice that even if you don't set a language for any domain, you still get a default <code>hreflang</code> tag in your page head. To disable this behavior, follow the instructions from https://github.com/straube/multiple-domain/issues/51. You have to log in to add a translation. Details
Yes. You may notice that even if you don't set a language for any domain, you still get a default <code>hreflang</code> tag in your page head. To disable this behavior, follow the instructions from https://github.com/straube/multiple-domain/issues/51.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Any domain you're site is served from must be added to the plugin configuration. Even <code>www</code> variations and the original domain where your WordPress was installed in must be added. You'll probably see some unexpected output when accessing the site from a non-mapped domain. You have to log in to add a translation. Details
Any domain you're site is served from must be added to the plugin configuration. Even <code>www</code> variations and the original domain where your WordPress was installed in must be added. You'll probably see some unexpected output when accessing the site from a non-mapped domain.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes. There is a shortcode available for that. Just add <code>[multiple_domain]</code> to the post/page and it'll be replaced by the current domain when viewing the content. You can write things like "Welcome to [multiple_domain]!", which would be rendered as "Welcome to mydomain.com!". You have to log in to add a translation. Details
Yes. There is a shortcode available for that. Just add <code>[multiple_domain]</code> to the post/page and it'll be replaced by the current domain when viewing the content. You can write things like "Welcome to [multiple_domain]!", which would be rendered as "Welcome to mydomain.com!".
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes. You can use the <code>MULTIPLE_DOMAIN_DOMAIN_LANG</code> constant to get the language associated with the current domain. Keep in mind the value in this constant doesn't necessarily reflect the actual user language or locale. This is just the language set in the plugin config. Also notice the language may be <code>null</code>. You have to log in to add a translation. Details
Yes. You can use the <code>MULTIPLE_DOMAIN_DOMAIN_LANG</code> constant to get the language associated with the current domain. Keep in mind the value in this constant doesn't necessarily reflect the actual user language or locale. This is just the language set in the plugin config. Also notice the language may be <code>null</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes. You can use the <code>multiple_domain_redirect</code> action to do that. Please check https://github.com/straube/multiple-domain/issues/2 for an example on how to do that. You have to log in to add a translation. Details
Yes. You can use the <code>multiple_domain_redirect</code> action to do that. Please check https://github.com/straube/multiple-domain/issues/2 for an example on how to do that.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

<strong>Notice</strong>: in prior versions these constants were wrongly prefixed with <code>MULTPLE_</code>, missing the "I". The old constants are now deprecated. They still available for backcompat but will be removed in future releases. You have to log in to add a translation. Details
<strong>Notice</strong>: in prior versions these constants were wrongly prefixed with <code>MULTPLE_</code>, missing the "I". The old constants are now deprecated. They still available for backcompat but will be removed in future releases.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Absolutely. You can use the <code>MULTIPLE_DOMAIN_DOMAIN</code> and <code>MULTIPLE_DOMAIN_ORIGINAL_DOMAIN</code> constants to get the current and original domains. Just notice that since the value of the first one is checked against plugin settings, it may not reflect the actual domain in <code>HTTP_HOST</code> element from <code>$_SERVER</code> or user's browser. They also may include the host port when it's different than 80 (default HTTP port) or 443 (default HTTPS port). You have to log in to add a translation. Details
Absolutely. You can use the <code>MULTIPLE_DOMAIN_DOMAIN</code> and <code>MULTIPLE_DOMAIN_ORIGINAL_DOMAIN</code> constants to get the current and original domains. Just notice that since the value of the first one is checked against plugin settings, it may not reflect the actual domain in <code>HTTP_HOST</code> element from <code>$_SERVER</code> or user's browser. They also may include the host port when it's different than 80 (default HTTP port) or 443 (default HTTPS port).
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Nope. If you want a complex set up like this, you may be interested in WordPress Multisite. It's delivered with every WordPress installation since 3.0, you can find more info here: https://codex.wordpress.org/Create_A_Network. You have to log in to add a translation. Details
Nope. If you want a complex set up like this, you may be interested in WordPress Multisite. It's delivered with every WordPress installation since 3.0, you can find more info here: https://codex.wordpress.org/Create_A_Network.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

No. You have to set additional domains, DNS, and everything else to use this plugin. You have to log in to add a translation. Details
No. You have to set additional domains, DNS, and everything else to use this plugin.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you find this plugin helpful, you can support the work involved buying me a coffee, beer or a Playstation 4 game. You can send donations over PayPal to paypal@goinput.de. You have to log in to add a translation. Details
If you find this plugin helpful, you can support the work involved buying me a coffee, beer or a Playstation 4 game. You can send donations over PayPal to paypal@goinput.de.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

<strong>Donations</strong> You have to log in to add a translation. Details
<strong>Donations</strong>
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you want to add a new feature, please <a href="https://github.com/goINPUT-IT-Solutions/multiple-domain/issues/new">open an issue</a> explaining the feature and how it would help the users before start writing your code. You have to log in to add a translation. Details
If you want to add a new feature, please <a href="https://github.com/goINPUT-IT-Solutions/multiple-domain/issues/new">open an issue</a> explaining the feature and how it would help the users before start writing your code.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 7

Export as