NextGen – how to display a specific image
-
Hello!
I am building a custom sub menu in a portfolio for my client. I need each item in the menu to link to a specific image in a given gallery. I have a custom fliend in NextGen for my client to create the wording for the link and then I have some PHP to create the link. This is fas as I’ve gotten:
< a >imageURL ?>”> <?php $var = get_post_meta($post->ID, ‘Interiors1’, true); echo nggcf_get_field($var,”MenuNameToDisplay” ); ?>< /a >
So I’s like to pass it the image id and have it display… Any ideas?
thanks,
rich
- The topic ‘NextGen – how to display a specific image’ is closed to new replies.