How to insert multiple verified urls to the lower tiers with also showing naked urls
yavuz
in Need Help
I suppose this would display different url am i right?
<a href="%verified_url%">%verified_url%</a>
What i want to achieve is insert naked verified url how possible ?
I want to insert multiple into the article
<a href="%verified_url%">%verified_url%</a>
What i want to achieve is insert naked verified url how possible ?
I want to insert multiple into the article
Comments
Hmm yea this would not work as the anchor would be different than the url. But you can use...
%verified_host% and %verified_host% which will put domain or host (URL without deep link).