Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have been searching high and low for a work around to set a featured image thumbnail from URL. I understand by default the image must be on my server to get re-sized and display.

Need to get a php script to open this up for me.

I'd like to be able to set image size within the script.

Essentially I have a dozen live web cams that take pics every 30 minutes of the weather and I need to be able to setup a 'wall' of good size thumbs like this (http://spadeinvaders.com/themes/elastico/) with them all so all regions can be scanned on one page.

Please let me know if you can provide a quick snippet that can help.

share|improve this question
3  
why do they have to be featured images? especially since they are updated regularly, it makes much more sense to me to write something to handle this outside the media library. – Milo Aug 5 '12 at 17:21
Please forgive me, I'm not quite sure I follow...Can you elaborate on your thoughts? – Jessica Aug 5 '12 at 17:24
I think Milo is saying you can just place the image in your content, creating a function or custom field for keep as metadata. – Diana Aug 6 '12 at 1:35
I've developed a plugin to do this so I thought I'd share. You can read more about it here epicplugins.com/external-url-link-to-featured-images – user1617618 Apr 20 at 22:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.