Makes local copies of all the linked images in a post, adding them as gallery attachments.
thank you very much!
if you woulde like to include pages replace:
externimg_backcatalog() function), and you should see a line like:
$pp = get_posts( array( 'numberposts'=>-1 ) );
with
$pp = get_posts( array( 'post_type' => array('post', 'page'), 'numberposts'=>-1 ) );
This brilliant plugin is the only way to quickly import images from a wordpress.com blog, as the import plugin is broken. Thank you for a truly unique and genius piece of software. I shall be rewarding you.
I have lost time to find this plugin, great that I found, thanks a lots.
You must log in to submit a review. You can also log in or register using the form near the top of this page.