When activated, I got errors on Sexy Author Bio and Page Links so have to de activate again
]]>Dear Plugin users,
In Germany it is mandatory to mark paid links with an asterisk so users can make a distinction between paid links and editorial links.
By enabling jQuery on your site and adding the following script just before the end of the </body> tag, an asterisk will be added to the anchor text of any Agoda link on your site.
<script type="text/javascript">
$('a[href*="www.agoda.com"]').text(function(_,text){
return text + "*";
});
</script>
Kind regards,
Agoda Partners
]]>I just want the plugin to change the old links to the new agoda links.
I DO NOT want any of the keywords on my site to automatically convert to agoda links.
Exclude by post/Page ID is not enough. I want to exclude the entire site from this function. I DO NOT want this function to run at all on my site.
How can I convert the old agoda links to the new links, without using the automatic keyword converter?
]]>