Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author paulstuttard

    (@paulstuttard)

    You can add an Amazon Link shortcode [amazon asin=0123456789&... ] to a simple text widget and put that in the sidebar of your site.

    Alternatively there are php functions that you can add to your theme pages to do the same.

    <?php if function_exists(amazon_shortcode) amazon_shortcode('asin=0123456789&... '); ?>

    Hope that helps,

    Paul

    Thread Starter beithazohar

    (@beithazohar)

    Thank’ssss

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pluggin all pages’ is closed to new replies.