Hi there.
I have an old website I would like to redesign.
all content is built on pages-->sister pages.
non of the content was made using posts.
some of these pages rank very high on very competitive search terms and I hate to change the urls.
Here's the site:
knows-dive.com
I'm thinking of using the command:
UPDATE wp_posts SET post_type='post' WHERE ID=?
which I've tested and works well,
problem is, I'd have to turn parent pages to categories in order to keep the same structure right?
that would mean getting all the related content on that page as the category description, thus keeping it similar.
Is doing so is the right way of managing such issue?
Even so, that still leaves me with one problem,
I would have "category" for the categories in the URL which I have to get rid off to get it to have similar url's
any ideas ? suggestions?
Thank you very much
Tobi