Full Page Iframe?

i was trying to use that option about creating the template but the templates are in PHP, so i dont know if i can use html code there, or i dont know if i can create a html template.
 
Ok, do you need a new page? Do you want to separate your home page from you full iframe page? Do you have more pages which are not full iframe? Do you know the difference between post and the page?
I need know your intentions to tell you what file to edit.
 
Ok, do you need a new page? Do you want to separate your home page from you full iframe page? Do you have more pages which are not full iframe? Do you know the difference between post and the page?
I need know your intentions to tell you what file to edit.
Yes i want to create a new page for the iframe
Yes i want to separate homepage from full iframe
Yes i have more pages that arent full iframes
Yes i know the differences
 
Great, try this:
1. create new page and check the slug. If you don't see it at the bottom go top and "screen options" and check it, but it is created like this: when the name is "Mookacha" slug is "mookacha", when the name is "Booka Looka" slug is "booka-looka". Also, you can see it it below the title in URL of your page. If you change the title of page again, slug will not change.

2. now go to the your current theme folder where index.php, single.php and others are and create new file with filename page-slug.php

3. Now open it or edit in Appearance->Editor, it will be empty, and just paste the code for the iframe, the green one from this thread
 
Great, try this:
1. create new page and check the slug. If you don't see it at the bottom go top and "screen options" and check it, but it is created like this: when the name is "Mookacha" slug is "mookacha", when the name is "Booka Looka" slug is "booka-looka". Also, you can see it it below the title in URL of your page. If you change the title of page again, slug will not change.

2. now go to the your current theme folder where index.php, single.php and others are and create new file with filename page-slug.php

3. Now open it or edit in Appearance->Editor, it will be empty, and just paste the code for the iframe, the green one from this thread

you are the best!

i used this and worked fine
<iframe src="http://url.com" width="100%" height="100%" frameborder="0" scrolling="auto" style="position: absolute;top: 0;left: 0"></iframe>
 
Back
Top