• I have a suggestion for the next update. I had to change the code to pick a different size image for what I needed and think it would be worthwhile to make the plugin so you can choose between thumbnail, medium, large, and full

    echo "<a href=\"".$post->guid."\">".get_the_post_thumbnail($post->ID,'full',array('alt'=> trim(strip_tags( $post->post_excerpt )),'title' => trim(strip_tags($post->post_title))))."</a>\r\n";

    https://wordpress.org/plugins/featured-images-widget/

The topic ‘next update’ is closed to new replies.