Viewing 1 replies (of 1 total)
  • You can’t get the referrer URL with this plugin, but you can get a query from the URL.

    The easiest way is to add (for example) /?ref=Stones to the URL that points to your website.

    Then use this shortcode on the page:

    [pass global=query fields=ref]
      [if pass='{REF}' value=Stones,Bricks]
        We sell {REF} to everyone
      [else]
        The parameter REF is empty
      [/if]
    [/pass]
Viewing 1 replies (of 1 total)
  • The topic ‘Domain to Content replacement’ is closed to new replies.