On the homepage of my site, I have the option to show either categories or galleries. Is there any way to show galleries, but using both the category and the gallery name (for example, CategoryName: GalleryName)?
I name my categories by, well, category. I usually name my galleries by date. So I might have Category A, with three galleries named April 1, April 5 and April 10. Then another Category B, with two galleries named April 8 and April 10.
I want to show all five galleries on my home page, but instead of it just showing the five dates (two of which are the same), I would like the five displayed gallery names to be:
Category A: April 1
Category A: April 5
Category B: April 8
Category A: April 10
Category B: April 10
I tried writing my own JS function to modify the displayed gallery names, but as it appears that the Category names aren't accessible via the DOM when in "view gallery" mode (unless I want to try to parse them out of the gallery URLs, which seems fragile at best).