Wordpress substitutes page links with page_id -


When I edit a WordPress page and insert links to pages within my site, the contents of the page are correct :

& lt; A href = "http://www.example.org/tutorials/" title = "Video Tutorial" & gt; & Lt; / A & gt;

But once I press "Publish", it will automatically be sent to

  & lt; A href = "/? Page_id = 508" title = "Video is transformed into a tutorial" & gt; & Lt; / A & gt;  

I have the option on my WordPress Permalink settings

  http://www.example.org/sample-post/  

I recently moved my WordPress site to a different domain and updated it in version 4, can it be the reason for its strange behavior and how it can be decided?


Comments