Amazon aStore
-
Hi,
I’m trying to put Amazon aStore on a Page, but it looks very small, so I copy page.php, and rename it as store.php, added in some code(see bellow)
But it seems no any change, can you let me know if the coding is correct.
<div id=”pageheader” class=”titleclass”>
<?php/*Template Name:Store*/?>
<div class=”post store”>
.store{width:30em;} (my aStore was 70em)
<?php get_template_part(‘templates/page’, ‘header’); ?>
</div><!–container–>
</div><!–titleclass–><div id=”content” class=”container”>
<div class=”row”>
<div class=”main <?php echo kadence_main_class(); ?>” role=”main”><?php get_template_part(‘templates/content’, ‘page’); ?>
</div><!– /.main –>the reason is I read and article on https://www.robinmalau.com/how-to-integrate-amazon-astore-to-wordpress-page/
Can you let me know what is wrong with the above code.My website is https://thehealthyfitness.com
Many thanks
- The topic ‘Amazon aStore’ is closed to new replies.