Please am using the NextGEN Gallery and i have added custom fields to the IMAGES inside the galleries i have created. Currently i have to galleries namely; Architect Drawing and land sales but i have added the custom fields to only "land sales".
Please i want to know where i can add the code:
"<?php echo $image->ngg_custom_fields["Your Field Name Here"]; ?>"
to the "gallery.php" file. i tried adding it to this portion:
<?php foreach ( $images as $image ) :?>
<?php echo $image->ngg_custom_fields["Price"]; ?>
<?php echo $image->ngg_custom_fields["Location"]; ?>
<?php echo $image->ngg_custom_fields["size"]; ?>
with the field names but all the fields names floated on the thumbnails on my site.
Please what mistake did i make. thank you
http://wordpress.org/extend/plugins/nextgen-gallery-custom-fields/