I'm currently working towards creating some tools to allow for a smoothish integration of a Zenphoto gallery into a Wordpress site.
I've created a plugin,
wp-zp-integrate (cunningly subtle name!), that will load all the necessary stuff into the wordpress header function so that stuff such as the javascript and css calls will be in the `` where they belong.
Version 0.1 only does the javascript.
you can download it at
http://rainsbury.com/wp-zp-integrate/If anyone wants to leave some ideas here about the sort of thing they would like to see included then please do so. I'm writing this primarily for a site of mine for which I want the zenphoto gallery to be fully integrated into the look and feel of the site but I would love some ideas of how to take it forward.
To use this plugin you need a theme such as my
stop-abruzzi or steve moody's stopk2 which includes the wp-header.php file rather than output the standard `...` stuff.