Vous cherchez un moyen de convertir les adresses URI, WWW, FTP et e-mail en liens cliquables ? Bien qu’il existe probablement un plugin pour cela, nous avons créé un extrait de code rapide que vous pouvez utiliser pour convertir les adresses URI, WWW, FTP et e-mail en liens cliquables dans the_content
et the_excerpt
.
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:
add_filter('the_content', 'make_clickable'); add_filter('the_excerpt', 'make_clickable');
Note : Si c’est la première fois que vous ajoutez des extraits de code dans WordPress, veuillez consulter notre guide sur la façon d’ajouter 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 : 7 meilleurs plugins de sondage WordPress pour augmenter l’engagement sur le site et comment ajouter un portfolio à votre site WordPress.
All these old comments made me not want to give this a try -I thought maybe it may be outdated but its working nicely now in 2019.
Thank you!
I need an external link to “Read more” (example) at the end of an excerpt that links to the external site where the article was posted. I used WP “Press This” to create the post but it links to the post under my site’s permalink. I have tried everything. Creating the post in “Press This” does include a via (and then article name linked to article URL) but it doesn’t show up anywhere else when posted on my home page as a post.
This doesn’t seem to work on my template. What could be wrong? I’ve only used the_excerpt snippet, do I have to use them both?
Thanks!
Try placing make_clickable(get_the_content) or the_excerpt within your template and see if that will work for you.
Hey, this is a cracking bit of code, how could I add this to a custom metabox.
Hey glad you like the snippet, what you could do is wrap the make_clickable() around your content in your template. Rather then above you could do make_clickable(get_the_content()); so you could do something like that.
[…] Appliquer la fonction “make_clickable” à tous les contenus pour rendre URL et adresses … addthis_url = 'http%3A%2F%2Fwww.yann.com%2Ffr%2Fdeux-fonctions-de-traitement-de-texte-wordpress-bien-pratiques-16%2F06%2F2011.html'; addthis_title = 'Deux+fonctions+de+traitement+de+texte+WordPress+bien+pratiques'; addthis_pub = ''; […]