I have a WordPress page with a slug "blog" and I'm trying to delete it and create a new one with the same name, but even when I delete it, it still shows, i cleared the caches and i change the theme because I have a custom theme that i made to make sure it not a theme problem, but it still showing that page
What can I do?
Thanks!
CodePudding user response:
Try these quick steps, I think that will 90% works.
- First backup your website, There are a lot of plugins that can do that perfectly with one click.
- Then reset your database, also there're a lot of plugins that can do that.
- check if the page still exists.
- If the problem is fixed then reinstall your theme, and use the backup file you made and you're all set!
Hope that helps!