My gallery has several albums some of them contain
subalbums. I want to list on a single page all my albums and subalbums if they contain any. Please can someone advise me on the code I need to do this.
Using the "album loop" I can list my albums:
`
"
title="">
"
title="">
`
How do I modify this code to capture and list the albums and subalbums as well?
By placing the following for loop inside the 'album loop', I have been able to list the album titles of all the subalbums contained in my albums:
`
`