Hi amit, How can i remove hyperlinks to images in posts of wordpress?
How to remove hyperlinks to images in posts of wordpress?
(3 posts) (3 voices)-
Posted 3 years ago #
-
Sure. Switch to the code view in WordPress visual editor and remove the
<a>tag surrounding the <img> tag.Alternatively, you can click the image in the visual editor and then the hyperlink button to remove the link.
Posted 3 years ago # -
You may also use CSS and use border-size:0px to remove the hyperlink.
Posted 3 years ago #
Reply
You must log in to post.