• Smith

    (@hurleychandler)


    Does anyone know how I can get the URL for an image, that has been uploaded into my Media Manager, to show up in the Media Manager list? Right now I have to click view then right click on the image to grab the URL. It would be nice if I could just grab it from the Media Manager main page.

Viewing 1 replies (of 1 total)
  • edit the media.php file located in wp-admin/includes and change the line

    $filename = basename($post->guid);

    to

    $filename = $post->guid;

    now go into your media library, click edit on the desired file, and there’s your URL!

Viewing 1 replies (of 1 total)
  • The topic ‘Show Image URL in Media Manager – WordPress 2.7’ is closed to new replies.