Wp Plugin Amazon Showcase. Coding Confusion.
One issue I have with it. Is that when the user clickouts it doesn't open in a new window.
I'm not a programmer but know a bit and found this section of code. I assumed adding target="blank" would be enough to make it do what I needed but it hasn't worked.
class AMZSCShowcase {
var = '';
var = 'New Showcase';
var = 'us';
var = '';
var = 0;
var = 'normal';
var = array();
var = '<div class="amzshcs-item" id="amzshcs-item-[itemIdentifier]"> <a href="[url]" target="_blank">[image]</a> </div>';
var = '<div class="amzshcs" id="amzshcs-[showcaseIdentifier]">[showcaseItems]</div>'; Thanks and your input is highly appreciated. I hope to resolve this soon with a little gudiance from the knowing.
ETA: I have also included the full PHP code attatched to this post.
yes, I am....