I am having some problems with the inserting of links (<a href="...">) in the wordpress page (or post) editor.
I can insert links ok (lets say <a>Link</a>) but when I click Update for that page WordPress change that code to something like <a>Link</a> where 35 is the page's page ID. The problem is that when I click that link in a browser I get a 404.
My permalinks are working fine (the config is /%postname%/), I can access the page I'm linking to in my browser if I type in the URL (or click an appropriate link).
How do I solve this problem?
Is there a way to simply disable url rewrite on page update? (I can live without it)
Thanks