I am using the show_posts plugin. I use it quite a bit. When you posts have a featured Image, should these display in the retrieved posts.
[show_posts category_name=featured cols=3 hide_top_info=true hide_bottom_info=true tag=london ]
The featured image displays for the display of partial posts using the tag above
[show_posts category_name=featured cols=3 hide_top_info=true hide_bottom_info=true tag=london show=full]
When I add ‘show=full’, the whole of the post is displayed, but without the featured image. I can’t see any documentation to say the featured image is not displayed when you code show=full.
Are featured images supported for show=full?