Title: Featured Image &#8220;failed&#8221;
Last modified: July 23, 2023

---

# Featured Image “failed”

 *  [gsclarke](https://wordpress.org/support/users/gsclarke/)
 * (@gsclarke)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/featured-image-failed/)
 * “Diving in Tenerife” (ID 21760) failed.
 * Its driving me crazy. I love this plugin but I can’t work out why some images
   just won’t set.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeatured-image-failed%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [ishitaka](https://wordpress.org/support/users/ishitaka/)
 * (@ishitaka)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/featured-image-failed/#post-16915673)
 * I couldn’t find the cause from the page source.
 * Is the target images registered in the media?
 *  Thread Starter [gsclarke](https://wordpress.org/support/users/gsclarke/)
 * (@gsclarke)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/featured-image-failed/#post-16915695)
 * I’ve tried it all ways. I thought maybe it was the image size but they are all
   over 200 in size
 *  Plugin Author [ishitaka](https://wordpress.org/support/users/ishitaka/)
 * (@ishitaka)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/featured-image-failed/#post-16915750)
 * Is the target image an image uploaded in the normal way of WordPress?
 *  Thread Starter [gsclarke](https://wordpress.org/support/users/gsclarke/)
 * (@gsclarke)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/featured-image-failed/#post-16915768)
 * yes it is although I have also tried with images via ftp, same result. It says
   it’s done but displaying posts for not set images shows this is not so. Individual
   posts have the same issue on update. A manual set is ok. Also it is about 65 
   images only out of hundreds, the rest did a great job. 🙂
 *  Plugin Author [ishitaka](https://wordpress.org/support/users/ishitaka/)
 * (@ishitaka)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/featured-image-failed/#post-16916552)
 * Is it the image you are displaying with the shortcode?
   The plugin does not support
   shortcode images, but you can add the following code to the theme’s functions.
   php to support shortcode images.
 *     ```wp-block-code
       add_filter( 'xo_featured_image_tools_post_content', function( $content ) {
       	$content = do_shortcode( $content );
       	return $content;
       } );
       ```
   
 *  Thread Starter [gsclarke](https://wordpress.org/support/users/gsclarke/)
 * (@gsclarke)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/featured-image-failed/#post-16917322)
 * no, nothing complicated at all. I make a new post, click update and most set 
   the featured image but not all. I think it must be a clash with the theme somehow
 *  Plugin Author [ishitaka](https://wordpress.org/support/users/ishitaka/)
 * (@ishitaka)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/featured-image-failed/#post-16919912)
 * Then I don’t know why they fail. 🙇

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Featured Image “failed”’ is closed to new replies.

 * ![](https://ps.w.org/xo-featured-image-tools/assets/icon-256x256.png?rev=3027749)
 * [XO Featured Image Tools](https://wordpress.org/plugins/xo-featured-image-tools/)
 * [Support Threads](https://wordpress.org/support/plugin/xo-featured-image-tools/)
 * [Active Topics](https://wordpress.org/support/plugin/xo-featured-image-tools/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/xo-featured-image-tools/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/xo-featured-image-tools/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [ishitaka](https://wordpress.org/support/users/ishitaka/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/featured-image-failed/#post-16919912)
 * Status: not resolved