Você está procurando uma maneira de converter endereços de URI, WWW, FTP e e-mail em links clicáveis? Embora provavelmente exista um plug-in para isso, criamos um trecho de código rápido que você pode usar para converter endereços URI, WWW, FTP e de e-mail em links clicáveis dentro de the_content
e the_excerpt
.
Instruções:
Tudo o que você precisa fazer é adicionar esse código ao arquivo functions.php do seu tema ou em um plug-in específico do site:
add_filter('the_content', 'make_clickable'); add_filter('the_excerpt', 'make_clickable');
Observação: Se esta é a primeira vez que você adiciona trechos de código no WordPress, consulte nosso guia sobre como adicionar corretamente trechos de código no WordPress, para não danificar seu site acidentalmente.
Se você gostou desse snippet de código, considere dar uma olhada em nossos outros artigos no site, como: 7 melhores plug-ins de enquete do WordPress para aumentar o envolvimento no site e como adicionar um portfólio ao seu 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 = ''; […]