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.
I can add text using the built in editor.
My question, is this page dynamically generated from the database because I cannot find it to edit in an external editor?
If it is and the only way to code it is through the admin edit area how do I enter the html and php so that it doesn't just show as text. I cannot find any explanation of this and I have read the Theming tutorial.
Thanks
Comments
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).
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.