gmox512
Forum Replies Created
-
Looks like he gets the image url with the following:
<img src="<?php echo $image[0]; ?>" alt="<?php the_title(); ?>" />Any idea on how to add NGG to this?
Thanks Again!
Update: The Theme developer says his theme:
“will look for the generic post-thumbnail/featured image and use that”
Kristian,
Thanks for the reply! I updated the lib/post-thumbnail.php with your code but still no luck. The src for the image is still blank. Any other ideas? I’m still waiting for a reply from the theme developer.
So, from what I understand from this thread, setting the featured image via NGG will not work? I’m just trying to clarify my situation and whether or not to give up on NGG and find another plugin.
Here is the thread I started (I did try some other fixes mentioned in a few other threads but none worked):
http://wordpress.org/support/topic/plugin-nextgen-gallery-featured-image-problems?replies=2
update: setting the featured image through the NextGen gallery doesn’t seem to register a url for the image as the src=”” is blank. Here is how the theme page template calls the featured image:
// Grab the URL for the thumbnail (featured image) $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );Any help would be greatly appreciated! Thanks