Quick Tut! - Moving images
Some people have asked how to place the images elsewhere on the page.
In single.php -
Look for
Code:
<h3><?php _e('Images','cp'); ?></h3>
<p class="prdetails">
<?php if(function_exists('classi_lightbox')) {classi_lightbox(get_post_meta($post->ID, 'images', true)); } ?>
</p>
Simply cut and paste this to wherever you want to display the uploaded images.
Of course, it's best NOT to edit core files and I hold no responsibility for any problems caused by using this Quick Tut!