I have spent weeks and weeks and weeks (and weeks) trying to get wordpress 2.6.3 to show zenphoto 1.2.1 albums. I've tried just about every plugin what exists.
The closest I've got was by adding this to the zenphoto theme, index.php, image.php and album.php
<?php require_once("../wp-blog-header.php");?>
<?php get_header(); ?>
By using this method, something needs to be done with the .css style sheets, as the page looks wrong, but I havent a clue on how to sort that out. Is there a such thing as a zenphoto.css what works with wordpress?