I have this php template with which i am able to display an amazon astore on my wordpress site. I am wondering if there is a way for me to include a section in which I can also have text or html display on top or underneath. <?php
Php template question
9
I have this php template with which i am able to display an amazon astore on my wordpress site. I am wondering if there is a way for me to include a section in which I can also have text or html display on top or underneath.
<?php
/*
Template Name:A Store
*/
?>
<?php get_header(); ?>
<iframe src="http://astore.amazon.com/" width="100%" height="4000" frameborder="0" scrolling="no"></iframe>
<?php get_footer(); ?>
<?php
/*
Template Name:A Store
*/
?>
<?php get_header(); ?>
<iframe src="http://astore.amazon.com/" width="100%" height="4000" frameborder="0" scrolling="no"></iframe>
<?php get_footer(); ?>
- FirstSocialApps
- [ 1 ] Thanks
- MeanWalrus
- [ 1 ] Thanks
- [1] reply
- Conrad C King
- [1] reply
- Conrad C King
- [1] reply
- MeanWalrus
- [ 1 ] Thanks
- soniamit
Next Topics on Trending Feed
-
9