Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2012-02-20 23:28:08
- adamr
- Member
- Registered: 2011-08-01
- Posts: 10
image gallery to display every image uploaded in the images tab
Hi guys,
I’m developing an image gallery and was essentially looking to make every image that’s uploaded in the image tab automatically appear in the image gallery page. Images will be displayed as <li>s in an unordered list. Just wondering if this was possible.
Thanks,
Adam
Offline
Re: image gallery to display every image uploaded in the images tab
Very much possible using any of the standard built in image tags
For example this would output all the images in the database in an unordered list.
<txp:images auto_detect="" wraptag="ul" break="li" class="my-class" />
There are many ways to do it, reading the first link will explain everything and also show how much you can easily include image info etc
Offline
#3 2012-02-21 13:58:26
- adamr
- Member
- Registered: 2011-08-01
- Posts: 10
Re: image gallery to display every image uploaded in the images tab
Thanks a lot man, extremely helpful.
Offline