after extensive search it definitly wasnt in my widgets. Your suggestion for sidebar.php was spot on. thank you. Heres the code I’ve found.
<div class="topprodright">
<p><strong><?php the_title(); ?></strong></p>
<p><a>" class="button-black"><?php if($infotext) { echo $infotext;?><?php } else { ?>Read Review<?php } ?></a> ? <a>" rel="nofollow" class="button-red"><?php if($buytext) { echo $buytext;?><?php } else { ?>Buy Now<?php } ?></a></p>
</div>
I want to link the product i have shown directly to its page on Amazon.com so my next question is if i change the url in this piece of code will it be the same url with the next product that shows up?