Guest
05-21-2008, 02:17 PM
Hi everybody!
Thanx so much for your work...Very nice plugin!!!
I've a question for you. I'd like to insert the exif info of the photos, only in the page where they are big (probably the content pages...)... where do i've to put the code below?
# <?php if (yapb_is_photoblog_post()): ?>
# <h3>EXIF</h3>
# <ul>
# <?php
#
# yapb_exif(
# 'li-exif', // CSS Class for the LIs
# ': ', // Separator between EXIF token name and value
# '<strong>', // HTML before EXIF token name
# '</strong>', // HTML after EXIF token name
# '<i>', // HTML before EXIF token value
# '</i>' // HTML after EXIF token value
# )
# ?>
# </ul>
# <?php endif ?>
Thanx so much for your work...Very nice plugin!!!
I've a question for you. I'd like to insert the exif info of the photos, only in the page where they are big (probably the content pages...)... where do i've to put the code below?
# <?php if (yapb_is_photoblog_post()): ?>
# <h3>EXIF</h3>
# <ul>
# <?php
#
# yapb_exif(
# 'li-exif', // CSS Class for the LIs
# ': ', // Separator between EXIF token name and value
# '<strong>', // HTML before EXIF token name
# '</strong>', // HTML after EXIF token name
# '<i>', // HTML before EXIF token value
# '</i>' // HTML after EXIF token value
# )
# ?>
# </ul>
# <?php endif ?>