Display Alt Title and Description from NextGen Slideshow
-
Hello! I’m using the NextGen slideshow with the flash based version not enabled. I have a pop-out jquery panel that lays on top of the image on the home page slideshow only that describes the pictures. I am wanting to display the alt title and description that you type in the admin section of the NextGen Gallery.
I have called some custom fields on pages and posts to display by inserting the code below in my template file.
<?php echo get_post_meta ($post->ID, ‘project_name’, true); ?>
This however doesn’t work to show the gallery code. Can someone please point me in the right direction for the correct code? Thanks!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Display Alt Title and Description from NextGen Slideshow’ is closed to new replies.