how to show the image file name

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.

Comments

  • acrylian Administrator, Developer
    Generally `$_zp_current_image->filename` gets the file name but I can't answer how to add this to this theme.
  • Thank yuo for your reply. Probably Gjr could answer to me. I try to post the same question on the specific post.
  • 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; ?>

    Now every image's page, show the filename.
Sign In or Register to comment.