如何在Wordpress中将HTML链接更改为mailto链接?

时间:2014-02-04 17:55:01

标签: html hyperlink

有一个简短的代码,您可以将链接放入其中。我现在无法获得对此的支持。我想知道是否有人有mailto:链接的代码?我知道这一定是个愚蠢的问题。我的大脑现在不在了

这是现在标记的方式

applylink="http://themeforest.com"

2 个答案:

答案 0 :(得分:2)

mailto在链接代码中设置,因此:

<a href="mailto:someone@example.com">LINK</a>

或者,当您在wp中添加链接时,您只需添加mailto:http://ctrlv.in/291271

答案 1 :(得分:2)

applylink="mailto:example@example.com"