=== Affiliate Hide v1.0 ===
Contributors: Balakrishnan
Donate link: http://corpocrat.com/
Tags: hide affiliate link, wordpress redirect plugin
Requires at least: 2.0.2
Tested up to: 2.8


== Installation ==


1. Download the plugin, upload to wordpress/wp-content/plugins/ folder and activate the plugin.

2. Open .htaccess file in wordpress folder and add this line

Add this one line

    RewriteRule ^go/([0-9]+)/$ /index.php?go=$1

in your htaccess file after Rewrite Base


3:  Create Custom Field

Go to wordpress admin area, write a post and then create a custom field with name `url` and value is your affiliate url. You can customize and edit the plugin if you want another name (see below on how to customize)

4: Place html code

Place the html code anywhere you want to hide the affiliate link.

   <a href="/go/<?php the_id(); ?>/">Visit site </a>  

For more information visit the authors site.