Which affiliate mod for wordpress

  • Thread starter Thread starter Deleted member 5665
  • Start date Start date
D

Deleted member 5665

Is the best to use? I want to have a alittle affiliates on the bottom or top right side of my blog for affiliates..
 
I don't think there is a plugin, rather a simple piece of HTML coding.
 
Look: http://scourgeblog.info/

I know how to edit the html... In the.

Appearance > Editor > Templates

But which and what would the html code be for it? Its been about almost a year since I last used wordpress so I got to remember everything..
 
I think a normal image HTML code should do the trick, just like in the footer of FP.

Image:
Code:
<a href="LINK URL"><img src="IMAGE URL" /></a>

If you want the footer, then go to the index.php file and find:
PHP:
<span class="syntaxdefault"><?php get_sidebar</span><span class="syntaxkeyword">();</span><span class="syntaxdefault"> ?><br /></span></div><br /><span class="syntaxdefault"><?php get_footer</span><span class="syntaxkeyword">();</span><span class="syntaxdefault"> ?></span>

Place the image code above the </div> and then it should work.
 
I decided not to add it.. If I want affiliates I can just add a link under my 'Friends & Links' you can see it on my blog. :lol:
 
Scourge said:
I decided not to add it.. If I want affiliates I can just add a link under my 'Friends & Links' you can see it on my blog. :lol:

Fair enough. You could also create a new widget with affiliate buttons in it. It's all optional 🙂
 
Back
Top Bottom