Creating Links in Posts on HTML side is BROKEN now
-
MAJOR PROBLEM HERE!
If you create a link in HTML side it disappears – MAJOR ERROR
When writing or editing a post go to the HTML side to create a link. Save the draft or update the post if published.
Switch back to visual (which is what most if not all of my clients will do) and the link has disappeared. Switch back to HTML and it has disappeared from there as well.
Re-create the link in HTML side and publish/update from there and guess what? When you preview or view the actual post? No link!
No, it’s not a font or font color issue – WP is dropping links from posts.
It DOES work in the Visual side but the point is if you create a link in the HTML side and it drops it would you know it? I didn’t until I went over my published post to make sure an important link was there. It wasn’t.
FYI – There is a definite difference in the way the links are coded when you use the link generator. Here is the code from the HTML side:
<a href="https://bluecollaru.com" title="https://bluecollaru.com" target="_blank"></a>
Here is the code from the Visual side:
<a title="https://bluecollaru.com" href="https://bluecollaru.com" target="_blank">https://www.bluecollaru.com</a>
And for goodness sakes, put the kitchen sink on the full page writing page – otherwise why use it?
- The topic ‘Creating Links in Posts on HTML side is BROKEN now’ is closed to new replies.