Forward URL Parameter to Links in Page
-
Lets imagine i have a landing page who gets an affiliate id by parameter, which should be passed to the shop, when the user wants to buy.
If my wordpress page gets an parameter like this:
mypage.org/puppy-landingpage/?aff=3
i want to pass it to my links via the page editor (not template) like this: editor code view:
<p>click <a href="www.shop.com<strong>?aff=[getparam 'aff']">here</a> to buy</p>
so a click on the link will lead to
shop.com/?aff=3
very simple but i didnt find a plugin or solution.
thanks for help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Forward URL Parameter to Links in Page’ is closed to new replies.