admin管理员组文章数量:1404927
I'm trying to add an image that when clicked on directs the user to another page on my website. I don't want any visible text link, just the image.
How do I do this?
I'm trying to add an image that when clicked on directs the user to another page on my website. I don't want any visible text link, just the image.
How do I do this?
Share Improve this question asked Dec 29, 2019 at 22:21 CharlieCharlie 1033 bronze badges 1- you should definitely try smth and then show us so we can help you. – Cornel Raiu Commented Dec 30, 2019 at 0:04
1 Answer
Reset to default 2If you're trying to link the image to the page in the post editor you can click on the image and then click the link icon to set the target.
You can do the same thing in HTML (in the editor in source view), in a plugin, or in a theme like this:
<a href="/link/to/your/page">
<img src="/link/to/your/image" />
</a>
本文标签: Add clickable link on an image
版权声明:本文标题:Add clickable link on an image 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744872328a2629703.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论