Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: help with a link
    Thread Starter wizaaard

    (@wizaaard)

    PS…This site is awesome.

    Forum: Fixing WordPress
    In reply to: help with a link
    Thread Starter wizaaard

    (@wizaaard)

    PS…This site is awesome.

    Forum: Fixing WordPress
    In reply to: help with a link
    Thread Starter wizaaard

    (@wizaaard)

    thank you Christine I decided to work around it and remove the widget and put the link into my post for the product. work smarter not harder right. again thank you for your suggestions.

    Forum: Fixing WordPress
    In reply to: help with a link
    Thread Starter wizaaard

    (@wizaaard)

    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?

Viewing 4 replies - 1 through 4 (of 4 total)