Opened 3 years ago

Last modified 3 years ago

#11418 new feature request

Allow adding post thumb via url

Reported by: pascal.herbert Owned by:
Priority: normal Milestone: Future Release
Component: Post Thumbnails Version: 2.9
Severity: normal Keywords: needs-patch
Cc:

Description

currently it is only possible to add post thumbs from blog's gallery

Change History (3)

comment:1   dd323 years ago

  • Type changed from defect (bug) to feature request

This will not work because post_thumbnails are acutally using images on the server, not remote images. I suggest to close as invalid.


To test this, even if your theme does not uses post thumbnails you can switch them on with:

if ( !isset($_wp_theme_features['post-thumbnails']) )
	$_wp_theme_features['post-thumbnails'] = true; 
  • Keywords needs-patch added
  • Milestone changed from 3.0 to Future Release

Since this is a feature request, I won't suggest to close as invalid any longer. My fault.

Note: See TracTickets for help on using tickets.