Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Re: Delivering txp articles to an iframe
Here ya go….I made a crazy multiple iframe site a while ago that loaded items in one iframe and called another iframe to load other items. It was all driven by a hacked version of txp.
What you ask is fairly simple.
You have a default page template with your menu items.
Make another page template called ‘news’ (or something) that is an html doc with just <txp:article />
(or a custom article list) in the body.
Then make your menu target that iframe.
<a href="http://www.mydomain.com/news" target="my_iframe_name">NEWS</a>
<br />(edited, I suppose this is what you wanted to show? -Els)
Last edited by els (2006-05-24 20:40:15)
Offline
Pages: 1