Hide "image info" link

How can I hide the "image info" link? In what file is it? Thanks!

Comments

  • Hello, in /themes/your_theme/image.php
    Search <li class="exif"> and put
    <?php if (getImageEXIFData()) {echo ....... ?>
    beetween <!-- and -->
  • Thanks a lot!
Sign In or Register to comment.