Host Images from Link

What Chip said; the native importer tool (look in Tools > Import) should have imported everything. But if it didn’t, and you already have the rest of the content, you can run this plugin to bring over all your images: http://wordpress.org/extend/plugins/cache-images/ Best of luck!

Add jQuery function to media button

Where are you attaching this listener: $(‘#fluffyRabbit’).live(‘click’,function() { alert(‘o hai!’); }); I suppose that if you attach within a $(document).ready(function(){ //attach here $(‘#fluffyRabbit’).live(‘click’,function() { alert(‘o hai!’); }); }; that would do the trick. Is it working for you?

Remove (Unattached) Attach from “Uploaded to” in Media Library

It seems there is no other way than de-registering the column and building your own. The code of the custom column is adapted from class-wp-media-list-table.php. add_filter( ‘manage_upload_columns’, ‘columns_manage_wpse_85405’ ); add_action( ‘manage_media_custom_column’, ‘columns_display_wpse_85405’, 10, 2 ); function columns_manage_wpse_85405( $columns ) { unset( $columns[‘parent’] ); $columns[‘attached’] = ‘Parent’; return $columns; } function columns_display_wpse_85405( $column_name, $post_id ) { … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)