Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[SOLVED] Newbie seeks help with @<txp:images />@ tag
hello forum,
i’m working on my first texpattern project and need to output several images from a given category to the frontend. i tried to use the <txp:images />
tag to do so because i understood from the tag reference that it outputs the full size (!) images. however, i seem to be wrong as it only returns the thumbnails (what means if i enter <txp:images name="lion.jpg, zebra.jpg" />
for example in fact it returns “liont.jpg” and “zebrat.jpg”.
what am i doing wrong? or do i completely misunderstand the tag? your help is much appreciated.
totoff
Last edited by totoff (2011-04-16 21:56:59)
Offline
Re: [SOLVED] Newbie seeks help with @<txp:images />@ tag
thanks to everybody who was about to help. i found the solution by using it like:
<txp:images id="4, 5, 6">
<txp:image />
</txp:images>
found this by trying out the image_list tag. found that image_list was replaced by images tag …
Offline