Displaying photo credit info

Once I've populated photos in my album with credits, I'm not seeing them in the album display. Nor can I, for the life of me, see any way in the Admin of making credits visible. Any suggestions?

Comments

  • You have to add that output to your theme.
  • How about [code]<?php echo getCredit();?>[/code] or [code]<?php echo getImageCredit();?>[/code]? When I use that, I get a call to undefined function error. Any idea what I'm doing wrong?
  • Everything works better after a good night's sleep, including my brain. For those interested:

    <?php echo getImageData("credit") ;?>
  • Always a good idea to check the functions guide!
  • I tried adding the code `<?php echo getImageData("credit") ;?>` to image.php underneath <?php printImageDesc(true); ?>
    and it doesn't display. I thought it was going to pickup the info from the Admin page Edit Album/Images line. It didn't do that either. I substituted 'credit' for the text I wished to display thinking maybe it needed to be hard coded. Nothing.
Sign In or Register to comment.