ID Coppermine allows you to display images from your Coppermine 1.5.x gallery in WordPress
This is a simple process.
To create the layout as shown in screenshot 1 the template that was used is as follows:
<?php
/*
Template Name: Gallery
*/
/**
* @package WordPress
* @subpackage Default_Theme
*/
get_header(); ?>
<div id="gallery" role="main">
<?php
id_coppermine_render_album_list();
id_coppermine_render_gallery();
id_coppermine_render_page_nav();
?>
</div>
<?php get_footer(); ?>
I created a page called Gallery with no content and selected 'Gallery' as the template option. When published, that's it. A fully working gallery.
The included file id-coppermine.css contains the styles that are used by the plugin. You have the option of modifying them here or making this file empty and adding the required information to your themes CSS file. All the selectors are prefixed 'id_' so the chances of conflict with selectors used in your selected theme are low.
Lightbox2 was not created by me and is unsupported by me. Although this plugin was built using v2.04 of Lightbox2 it is very likely that newer versions of Lightbox2 will be backwards compatible and so this will make it easier for you to maintain Lightbox2 seperately.
Requires: 2.8.0 or higher
Compatible up to: 3.0.5
Last Updated: 2010-10-29
Downloads: 3,112
Got something to say? Need help?