How can I prevent WordPress from converting links in my page content into hyperlinks?
For example if I write http://www.test.com I don’t want it converted to a link.
How can I prevent WordPress from converting links in my page content into hyperlinks?
For example if I write http://www.test.com I don’t want it converted to a link.
You must be logged in to post a comment.
WordPress does not automatically convert URLs to hyperlinks.
It’s the Editor TinyMCE’s embed plugin
to disable it you will also need to disable all other embeds (twitter, images, youtube, etc)
If you still want to proceed, then enter this code in your theme’s functions.php