X

Comment créer une colonne d’URL de bibliothèque de médias pour faciliter le copier-coller ?

Snippets by IsItWP

Vous cherchez un moyen de créer une colonne d’URL dans la bibliothèque de médias ? Ce snippet créera une nouvelle colonne dans la bibliothèque multimédia avec l’URL du fichier, ce qui vous permettra de copier et coller facilement l’URL.

Instructions:

Tout ce que vous avez à faire est d’ajouter ce code au fichier functions.php de votre thème ou dans un plugin spécifique à votre site:

function muc_column( $cols ) {
	$cols["media_url"] = "URL";
	return $cols;
}
function muc_value( $column_name, $id ) {
	if ( $column_name == "media_url" ) echo '<input type="text" width="100%" onclick="jQuery(this).select();" value="'. wp_get_attachment_url( $id ). '" />';
}
add_filter( 'manage_media_columns', 'muc_column' );
add_action( 'manage_media_custom_column', 'muc_value', 10, 2 );

Merci à Steve Taylor pour l’extrait original. Merci à Jurko Chervony pour les modifications suggérées.

Note : Si c’est la première fois que vous ajoutez des extraits de code dans WordPress, veuillez consulter notre guide sur la manière de copier/coller correctement des extraits de code dans WordPress, afin de ne pas casser accidentellement votre site.

Si vous avez aimé cet extrait de code, n’hésitez pas à consulter nos autres articles sur le site comme : 27 meilleurs thèmes WordPress pour votre site web et 15 meilleurs outils et plugins de marketing de contenu pour WordPress.

Commentaires   laisser une réponse

  1. Uthain Phromdaeng septembre 26, 2017 à 10:15 pm

    Wow, Thank you so much.

  2. Julian Kingman mars 16, 2015 à 6:28 pm

    Awesome. I was looking for a plugin, but this is way easier and is now rolled into my child theme (and future child themes). Thanks!

  3. Was looking all morning for something like this….Thanks

  4. Oseghale Ibhawoh janvier 14, 2015 à 6:25 am

    Works perfectly. Many thanks man!

  5. How To Add URL Column To WordPress Media Library? septembre 10, 2014 à 10:27 pm

    […] Source: http://wpsnipp.com/ […]

  6. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  7. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  8. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  9. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  10. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  11. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  12. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  13. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  14. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  15. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  16. Thank you so much for sharing this. You just saved me a couple of hours and a bottle of Advil.

  17. Thank you so much for this. Made a nifty little plugin for this!

  18. Thank you so much for this. Made a nifty little plugin for this!

  19. I copied and pasted it at the very bottom of the ‘functions.php’ file, and when I tried to open the website again, it gave me a fatal error. Any ideas why? I’m using wordpress 3.8.

    1. Without taking a look at your functions.php I would not be sure what the issue was. You could put it on pastebin.com and use the contact form to send me the link so i can take a look at it.

      http://wpsnipp.com/index.php/contact/

  20. Hi Brent,

    This may be good for some, just not sure its a great feature for everyone. Thanks for the feedback its great to hear what I’m posting is helping people.

  21. man this is awesome! why this isn’t default in wordpress who knows. thanks a million!

  22. Awesome! Thanks.

  23. Thank you, thank you, thank you. I was going crazy with all the drilling down for urls. I really appreciate it!

  24. So convenient. This should be a plugin… that gives me an idea!

  25. oh maaaan you are the BOSSSS!!! Thanks!

Ajouter un commentaire

Nous sommes heureux que vous ayez choisi de laisser un commentaire. N'oubliez pas que tous les commentaires sont modérés conformément à notre privacy policy, et que tous les liens sont en nofollow. N'utilisez PAS de mots-clés dans le champ du nom. Engageons une conversation personnelle et constructive.

WordPress Launch Checklist

L'ultime liste de contrôle pour le lancement de WordPress

Nous avons rassemblé tous les éléments essentiels de la liste de contrôle pour le lancement de votre prochain site Web WordPress dans un ebook pratique.
Oui, envoyez-moi le gratuit !