Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2015-03-25 18:22:47
- pierlu
- Member
- Registered: 2014-08-12
- Posts: 153
Form articolo
Ho fatto 3 articoli per la sezione news per poi metterli in tre box diversi.
per ognuno dei 3 box ho scritto il tag
<txp:article section=“news” category=“news1” limit=“1” form=“newsbody” />
quindi
<div class=“news”>
<div class=“boxnews1”>
<txp:article section=“news” category=“news1” limit=“1” form=“newsbody” />
</div>
<div class=“boxnews2”>
<txp:article section=“news” category=“news2” limit=“1” form=“newsbody” />
</div>
<div class=“boxnews3”>
<txp:article section=“news” category=“news3” limit=“1” form=“newsbody” />
</div>
</div> <!—news—>
il risultato è che mi mette lo stesso articolo nelle 3div. perché?=
Offline
#2 2015-03-25 18:34:29
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,477
Re: Form articolo
Devi usare article_custom.
Offline
Pages: 1