use of iframes, new single.php template
-
i am trying to use an iframe window for comments alone.
<IFRAME SRC=”/blog/index.php?p=1#comments” TITLE=”new”></IFRAME>
the above is fine (the id is hardcoded in – where i need to find the variable name), but i don’t need the header/footer as displayed on the single.php page. i have tried passing variables as query strings, but they cause errors. in the simplest terms i need to create another page with out the includes. i would still need the single.php page to remain intact for the rest of the site. how can i route the iframe to look at a different page?
The topic ‘use of iframes, new single.php template’ is closed to new replies.