Hey Guys - great additions to zenpage (search and tags!)
Where are the new functions located? The functions guide hasn't been updated since 12/2 and I cannot find the new functions in the template functions file for zenphoto or zenpage...
Yes, indeed only "full" release get a doc update, we are just too lazy..;-)
For search there are that much new functions. Tags are printed just like for images and albums. The only real new function is `next_page()`, which is in `zenpage-template-functions.php`. Example for all required search additions on eff+ and zenpage-default's `search.php` theme file. Note zenpage-default uses some custom functions (those with "ZD") to make the theme code look lighter. We also use a JS foldout for the page and news results. You probably can just copy&paste all that stuff.
Comments
I'm not sure where exactly in the files the new functions are located, but I'm sure acrylian will be able to answer that.
For search there are that much new functions. Tags are printed just like for images and albums. The only real new function is `next_page()`, which is in `zenpage-template-functions.php`. Example for all required search additions on eff+ and zenpage-default's `search.php` theme file. Note zenpage-default uses some custom functions (those with "ZD") to make the theme code look lighter. We also use a JS foldout for the page and news results. You probably can just copy&paste all that stuff.