Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-10-27 10:29:55
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
form that displays articles from certain section
my aim is to create page that displays form “eng_home” that displays articles from section “home”
my page: <txp:article form=“eng_home” />
my eng_home form:
<h3><txp:title /></h3>
<txp:if_article_list>
<txp:if_excerpt>
<txp:excerpt />
<p class=“meta”><txp:permlink>read on…</txp:permlink> | <txp:comments_invite /> | <txp:posted /></p>
<txp:else />
<txp:body />
<p class=“meta”><txp:comments_invite /> | <txp:posted /></p>
</txp:if_excerpt>
<txp:else />
<txp:body />
</txp:if_article_list>
I dont know where to put tag: <txp:section link=“y” name=“home” /> ?
Offline
Re: form that displays articles from certain section
did you try txp:if_section ?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#3 2006-10-27 14:02:17
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: form that displays articles from certain section
Offline
Re: form that displays articles from certain section
In your page code you could use <txp:article_custom form=“eng_home” section=“home” />.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#5 2006-10-29 11:19:23
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: form that displays articles from certain section
bingo stuart!
Offline