I'm designing this site using Zenphoto for a client of mine. I've pretty much gotten everything set where she can go in and edit at will. The only problem is the navigation. She doesn't know much html and I don't really want her messing with the theme files.
This is the site:
http://www.anthonysartandantiques.com/She wants the navigation to only display specific albums under the "categories". So for "Painting", she only wants "19th Century" and "20th Century". Is there a way to do this without me having to go back and manually put in the URLs to each album she creates?
I'm really at a loss at what to do... she wants to be able to update all aspects of the site by herself but as it stands now I'd have to update the navigation everytime she wants something changed.
Comments
You could create a plugin that actually handled the custom data and displayed it with whatever title you want in admin if that would make things easier for her. There is an example plugin named `filter-custom_data` that you could use as a starting point.
@Acrylian: That makes sense - as far as making subalbums is concerned. I'm still a little unsure of what code I need to put into the navigation to get all the subalbums for one album to show up on the index page. Can that be done with the print_album_menu plugin? I'm a self-taught web-designer so sometimes it takes longer for these things to sink in.
Thanks again!