Hi All!
Got a question about reordering album and image display order on album.php
This is my current scenario:
Album1 : Created May1
Image1 : Created May2
Album2 : Created May3
Image2 : Created May4
Album.php displays this in this order when sorted by date.
Album1
Album2
Image1
Image2
But what I want is all images AND albums to be displayed in order created like so:
Album1
Image1
Album2
Image2
How can I achieve this? If someone could show me their code, that would be prefect !
Thanks!
- Fuge B
Comments
Album1 : Created May1
Image1 : Created May2
Album2 : Created May3
Image2 : Created May4
Both images and both albums are in the root 'albums' folder.
Okay how about this... these are the paths to my files and folders:
Album1 : Created May1 : /zenphoto/albums/
Image1 : Created May2 : /zenphoto/albums/image1.jpg
Album2 : Created May3 : /zenphoto/albums/
Image2 : Created May4 : /zenphoto/albums/image2.jpg
Hope this clarifies things guys,
Thanks!
- Fuge