• Resolved educationservices

    (@educationservices)


    The plugin is working great at redirecting to the intended page and preserving the new domain in the URL. However, I also need to be able to link the user back to a page on the original domain but can’t because it seems that URL is also being translated on the page.

    Is there a way to signal the plugin to not translate an embedded link?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Gustavo Straube

    (@gustavostraube)

    Hello,

    If the link is in your theme’s code, you can use the following snippet:

    <a href="<?php echo esc_url('https://' . MULTPLE_DOMAIN_ORIGINAL_DOMAIN . '/') ?>">Go back to my original domain</a>

    However, if the link is within a post or page contents, there is no way to skip the translation of a specific link.

Viewing 1 replies (of 1 total)
  • The topic ‘How to link to original domain?’ is closed to new replies.