How to attach images that I “insert from url” into the post?
A quick experiment with WordPress 3.5.1 shows that when you an image into post from URL, there’s no post inserted into the wp_posts or wp_postmeta table – which is why the $images array is coming back empty. You could write some JS on the admin side to create and insert a post asynchronously when you … Read more