creating Amazon aStore
-
Hi –
I’m trying to upload the aStore i created in Amazon into my blog but it’s not showing up and cut off at the beginning.
what i’ve done:
1. created a .php file and uploaded in my theme folder (NewLife):
wp-content –>themes–>Newlife–>2. created aStore and created a New Page on my blog and saved the iframe codes in there.
<iframe src=”http://astore.amazon.com/avolive-seasalt-20″ width=”90%” height=”4000″ frameborder=”0″ scrolling=”no”></iframe>
but the images are not showing…can you pls tell me how can i solve this? any other steps I’m missing?
Here is my aStore.php file I have uploaded:
<?php get_header(); ?>
<?php
/*
Template Name: Himalayan Salt at Avolive
*/;
?>
<?php get_header(); ?>
<!– Paste your own code below over the example code I’ve supplied –>
<iframe src=”http://astore.amazon.com/avolive-seasalt-20″ width=”90%” height=”4000″ frameborder=”0″ scrolling=”no”></iframe><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(__(‘[Read more]’));?>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>
<!– The main column ends –>
<?php get_footer(); ?>Thanks!
The topic ‘creating Amazon aStore’ is closed to new replies.
