Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
(Solved) Show random image
Hi
I would be happy to show at a certain point a random photo … from a specific category.
How do I do that best?
Here (on Top) already is a little photo (me with my cat), which was inserted by hand
Last edited by SuMu (2012-04-05 10:39:11)
Offline
Re: (Solved) Show random image
This would probably work
<txp:images category="your_category" sort="random" limit="1">
<txp:image />
</txp:images>
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: (Solved) Show random image
Hi Yianis
are you sure for the code i think this one works:
<txp:images category="your_category" sort="rand()" limit="1" break="">
<txp:image />
</txp:images>
Offline
Re: (Solved) Show random image
Hi Colak and Drangondz
@Drangondz Your code works!
Thanks! :-)
Last edited by SuMu (2012-04-05 10:48:03)
Offline
Re: (Solved) Show random image
Dragondz wrote:
are you sure for the code i think this one works:…
Oops You’re right. I wrote the code vry quickly and forgot re the rand() part.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Pages: 1