I know I saw an article on this but I want to be able to cloak or hide the links somehow in Wordpress. I have got some code but its not working for me, might not be right or maybe putting it in the wrong spot...no idea. any help would be great. href="http://linktohide" class="hiddenlink" onmouseover="self.status='';return true;">...</a>
This link may help you (press the tutorial video): http://www.quityourdayjob.com/blog/2006/12/20/cloak-your-affiliate-links/
Just use a header redirect: 1. Create a file like ebay.php 2. Place the ebay affiliate link in the file surrounded by the following code: <?php header ("location: http://www.example.com"); ?> Simple and easy. 3. When users click http://www.example.com/ebay.php, it will redirect them to the proper page using your affiliate link. Good luck everyone