// Parameter set featured image as primary
if($gwfuncs['grid_wud_set_featured_img']=='1'){$wud_feat_image = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),'large');
//START EXTRA USER INPUTS
if ( function_exists( 'uses_nelioefi' ) && uses_nelioefi( $post->ID ) )
{ $wud_feat_image = array( nelioefi_get_thumbnail_src( $post->ID ) );}
//END EXTRA USER INPUT
$wud_feat_image=$wud_feat_image[0];
}
Any help please to pull the featured image from the pages, categories, tags and custom post types, thanks….
BTW, the above code produces the thumbnail and not the full source image? thanks