Hi, I wish to know and how to do, if it's possible to show the file name of each image. I'm using example theme og zpGalleriffic_v1.4 theme. Thank you for help.
Hi Acrylian, I solved this question. On image.php I put this code (after title code): <?php echo gettext('Filename:'); ?><?php echo $_zp_current_image->filename; ?>
Comments
On image.php I put this code (after title code):
<?php echo gettext('Filename:'); ?><?php echo $_zp_current_image->filename; ?>
Now every image's page, show the filename.