[Plugin: Get the Image] get_the_image not getting image(s) from gallery ?
-
got this code
<div class="thumbs"> <?php if ( function_exists( 'get_the_image' ) ) { echo "tester"; get_the_image('width=150&height=150&image_scan=true' ); } ?> </div>
In my posts, I don’t have any featured image set, and no images inside my post.
I do have an image gallery ‘attached’ to every post tho.
Is get_the_image() not able to sniff attached image galleries to get an image from there?
Note : The image galleries are attached to each post, not embedded (as a gallery) inside the post.Thanx
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Get the Image] get_the_image not getting image(s) from gallery ?’ is closed to new replies.