I think you'd need to hack the template.
In the main template where the code starts
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
get rid of most of that and then stick in some php to fetch your gallery listings from the database. It would be easier if they were stored in the same databse as wordpress
as then you don't need to open and close it and worry about passwords.
If you're OK with PHP I don't think this is hard to do at all. If you're not OK with PHP
then you may struggle.
|