[wp-trac] [WordPress Trac] #11418: Allow adding post thumb via url
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 25 02:12:34 UTC 2009
#11418: Allow adding post thumb via url
-----------------------------+----------------------------------------------
Reporter: pascal.herbert | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 3.0
Component: Post Thumbnails | Version: 2.9
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Comment(by hakre):
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;
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11418#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list