![]() |
|
Zenpage - Editing extra pages. - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Zenpage - Editing extra pages. (/thread-9039.html) |
Zenpage - Editing extra pages. - reyn - 2011-09-03 I have included Zenpage plugin into the zpArdoise theme. I have added a Home page using the admin panel and it all works fine, menu link shows up at beginning of menu, great. Zenpage - Editing extra pages. - acrylian - 2011-09-03 Zenphoto is a CONTENT managment system so there are of course no actual HTML pages to edit. You do editi the styling via the theme and edit the content via the backend pages tab. If you have read the theming tutorial you surey read the part about Zenpage pages. If you need to enter html you have to either code that on the theme or switch the text editor on the page edit page to html mode. If you need to enter php code you also need either to do that on the theme page or via the codeblock (but you might need to add the functions to said theme page if they have not been built in already which is the case for most themes). Zenpage - Editing extra pages. - sbillard - 2011-09-03 The answer is "kind-of". There is a script for displaying "pages" as part of the theme. The actual content that it displays is stored in the database. So, the exact display is a combination of the script and the database content. No html page to edit. This is pretty much the way Zenphoto works for ALL of your web pages! [edit] I guess acrylian and I were answering at the same time. |