My wordpress text links disappear

nicefor

Regular Member
Joined
Jun 20, 2014
Messages
395
Reaction score
163
The last few hours I have a problem with my website, all my text links (internal + external) keep disappearing (completely) Has anyone faced the same issue? My image links work properly

Update: I just noticed that the text of the links is turned into white!! and the links do not work at all.
 
Last edited:
Its something that wordpress fucked up on it seems, you have to have your links in the following format instead of the way wordpress makes it.

Code:
<a href="http://www.sitename.com/postexample">Post Example</a>

instead of

Code:
<a href="http://www.sitename.com/postexample/" title="Post Example" target="_blank"></a>

I just noticed that one of my sites had the problem, and I used the link that wordpress gave me from for another post.
 
Last edited:
Back
Top