I am working on a custom theme in which my gallery page will display a tab for each of three albums. When a tab is clicked the gallery page will show the album contents (title, desc and thumbs) as well as a single large image (depending on the thumb selected) and they do not go to separate album pages. I am looking for the album function that will assign/initialize certain albums to the tabs. All I see is code that loops through the existing albums and displays them all on the page. Each tab needs to be a different "current" album.
Comments