Hello,
I am having some problems with a page which I renamed then subsequently deleted. I attempt to make a new page with the same name, but existing hard-coded links in my theme are being redirected to the renamed page (which is also now trashed). I can't get my new page to appear under the old url.
My permalink structure in WP is /%pagename%/.
To give an example, say I have a page called doughnuts. I then decide that I am going to completely redo this page so i create a page called doughnutstest.
Now I am happy with the way doughnutstest looks so I go to my pages, and rename doughtnuts to doughnutsold, and then rename doughnutstest to doughnuts.
In my theme I have a hard-coded link to /doughnuts but whenever I click it, wordpress redirects me to /doughnutsold, which does not exist.
This is a frustrating problem - thanks for any help!
Cheers
J