![]() |
|
How to add a second gallery.php - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: How to add a second gallery.php (/thread-8597.html) |
How to add a second gallery.php - chross - 2011-05-09 Hi, I am thinking of the following setup regarding my sites structure: So I need to create duplicates of gallery.php and integrate one as a frontpage that shows upon entering the site ("Homepage"). Another copy will provide the "Overview" and the third menu item will be the standard gallery. My question is how to link to these "custom" pages while maintaining the zenpage function? Suggestions? How to add a second gallery.php - acrylian - 2011-05-09 You will have to use the custom page feature as explained on the theming tutorial. You will probably have to do some work manually. You could use index.php directly as the homepage (see default theme), gallery.php for the gallery and a overview.php page. The blog is always on /news. To generate links use the menu manager plugin. The Zenpage theme switchest to use that if you enable it. You will need to create a menu set to fit your needs afterwards. How to add a second gallery.php - chross - 2011-05-09 Thanks. That helps me a lot! |