![]() |
|
Integrating ZenPhoto in Wordpress - 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: Integrating ZenPhoto in Wordpress (/thread-503.html) |
Integrating ZenPhoto in Wordpress - lucky - 2010-06-07 Hello Thanks a lot ![]() I shall try it. Integrating ZenPhoto in Wordpress - lucky - 2010-06-07 Hello Where should I put this?AND THEN AT THE BOTTOM, JUST ADD THIS: <?php $wpdb->select(DB_NAME); // reconnect wordpress db ?> <?php get_sidebar(); ?> <?php get_footer(); ?> Integrating ZenPhoto in Wordpress - Jonas - 2010-06-07 @lucky just put it at the very end of your ZP theme files (index.php, album.php and image.php at least). it will insert the wordpress footer if there are any. Integrating ZenPhoto in Wordpress - lucky - 2010-06-11 Thanks
|